Don't add conflict marker highlight in help files
This commit is contained in:
parent
6f653e8ad9
commit
1e47926465
@ -6,7 +6,7 @@ augroup benieAugroup
|
|||||||
\ | exe "normal! g'\"" | endif
|
\ | exe "normal! g'\"" | endif
|
||||||
|
|
||||||
" Highlight conflict markers in any filetype
|
" Highlight conflict markers in any filetype
|
||||||
au FileType * call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$')
|
au FileType * call matchadd('Todo', '^\(<<<<<<<\s.*\||||||||\|=======\|>>>>>>>\s.*\)$')
|
||||||
|
|
||||||
" Update `Last change: <date>` on write & go back previous cursor position
|
" Update `Last change: <date>` on write & go back previous cursor position
|
||||||
au FileType help au BufWritePre <buffer>
|
au FileType help au BufWritePre <buffer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user