summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-07 12:24:33 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-07 16:40:24 -0400
commit7fd13f947bf91393a76898f4917dbba92375280c (patch)
tree1bab6962356681dce20bae307793555f1d1f5ce6 /vimrc
parentdb1a7c2ad2b0421bb14b45401484ba066ed76e30 (diff)
downloadconf-7fd13f947bf91393a76898f4917dbba92375280c.tar.gz
conf-7fd13f947bf91393a76898f4917dbba92375280c.zip
diff3 conflictstyle also uses |||||||
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index c58b30c..f30f87c 100644
--- a/vimrc
+++ b/vimrc
@@ -278,7 +278,7 @@ autocmd InsertLeave * syn clear EOLWS | syn match EOLWS excludenl /\s\+$/
highlight EOLWS ctermbg=red guibg=red
" }}}
" conflict markers {{{
-match ErrorMsg '^\(<\|=\|>\)\{7\}\([^=].\+\)\?$'
+match ErrorMsg '^\(<\||\|=\|>\)\{7\}\([^=].\+\)\?$'
" }}}
" fonts {{{
if has('win32') || has('win64') || has('win32unix')