[feat] add highlighting for netrwMarkFile
This commit is contained in:
parent
e56e5285ec
commit
4f7d108970
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ call <sid>hi('Visual', s:cdNone, s:cdSelection, 'none', {})
|
|||
call <sid>hi('VisualNOS', s:cdNone, s:cdSelection, 'none', {})
|
||||
call <sid>hi('WarningMsg', s:cdOrange, s:cdBack, 'none', {})
|
||||
call <sid>hi('WildMenu', s:cdNone, s:cdSelection, 'none', {})
|
||||
call <sid>hi('netrwMarkFile', s:cdFront, s:cdSelection, 'none', {})
|
||||
|
||||
" Legacy groups for official git.vim and diff.vim syntax
|
||||
hi! link diffAdded DiffAdd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue