Don't match non conflict markers
This commit is contained in:
parent
5391645629
commit
7ace086458
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user