mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
vim-patch:00b470052b71
runtime(diff): Update default links (vim/vim#13776)
Problem: Current default links for `diffAdded`, `diffChanged`, and
`diffRemoved` do not address the diff nature of the filetype.
Solution: Use `DiffAdd`, `DiffChange`, and `DiffDelete`.
closes: vim/vim#13759
00b470052b
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
This commit is contained in:
parent
714b075197
commit
aece3a7f5f
@ -378,9 +378,9 @@ hi def link diffBDiffer Constant
|
|||||||
hi def link diffIsA Constant
|
hi def link diffIsA Constant
|
||||||
hi def link diffNoEOL Constant
|
hi def link diffNoEOL Constant
|
||||||
hi def link diffCommon Constant
|
hi def link diffCommon Constant
|
||||||
hi def link diffRemoved Special
|
hi def link diffRemoved DiffDelete
|
||||||
hi def link diffChanged PreProc
|
hi def link diffChanged DiffChange
|
||||||
hi def link diffAdded Identifier
|
hi def link diffAdded DiffAdd
|
||||||
hi def link diffLine Statement
|
hi def link diffLine Statement
|
||||||
hi def link diffSubname PreProc
|
hi def link diffSubname PreProc
|
||||||
hi def link diffComment Comment
|
hi def link diffComment Comment
|
||||||
|
Loading…
Reference in New Issue
Block a user