Don't match non conflict markers

This commit is contained in:
Kenneth Benzie 2018-04-13 23:23:31 +01:00
parent 257eb0f39e
commit 4ae5b87f70

View File

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