Don't match non conflict markers

This commit is contained in:
Kenneth Benzie 2018-04-13 23:23:31 +01:00
parent cdb521d9be
commit 3441037464

View File

@ -11,5 +11,5 @@ augroup benieAugroup
au BufRead,BufNewFile .out set filetype=zsh au BufRead,BufNewFile .out set filetype=zsh
" Highlight conflict markers in any filefile " Highlight conflict markers in any filefile
au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\ze.*$') au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$')
augroup END augroup END