Add aliases for legacy groups
This commit is contained in:
parent
46be2426f5
commit
806424c643
1 changed files with 5 additions and 4 deletions
|
|
@ -169,6 +169,11 @@ 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', {})
|
||||
|
||||
" Legacy groups for official git.vim and diff.vim syntax
|
||||
hi! link diffAdded DiffAdd
|
||||
hi! link diffChanged DiffChange
|
||||
hi! link diffRemoved DiffDelete
|
||||
|
||||
call <sid>hi('Comment', s:cdGreen, {}, 'none', {})
|
||||
|
||||
call <sid>hi('Constant', s:cdBlue, {}, 'none', {})
|
||||
|
|
@ -443,10 +448,6 @@ call <sid>hi('gitcommitOverflow', s:cdRed, {}, 'none', {})
|
|||
call <sid>hi('gitcommitSummary', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBlank', s:cdPink, {}, 'none', {})
|
||||
|
||||
" Diff:
|
||||
call <sid>hi('diffAdded', s:cdLightGreen, {}, 'none', {})
|
||||
call <sid>hi('diffRemoved', s:cdLightRed, {}, 'none', {})
|
||||
|
||||
" Lua:
|
||||
call <sid>hi('luaFuncCall', s:cdYellow, {}, 'none', {})
|
||||
call <sid>hi('luaFuncArgName', s:cdLightBlue, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue