summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorEvgeni Chasnovski <evgeni.chasnovski@gmail.com>2023-12-27 19:51:43 +0200
committerGitHub <noreply@github.com>2023-12-27 18:51:43 +0100
commit00b470052b71ca10d663186d99683e8379b21154 (patch)
treee518294d9211ea70d07191b0d378719941501be2 /runtime
parent0bca4a00188ccde335e0d6a7b7c093998e09182f (diff)
runtime(diff): Update default links (#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: #13759 Signed-off-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/syntax/diff.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/diff.vim b/runtime/syntax/diff.vim
index 4cadf5dae8..b5c3f5ecbb 100644
--- a/runtime/syntax/diff.vim
+++ b/runtime/syntax/diff.vim
@@ -378,9 +378,9 @@ hi def link diffBDiffer Constant
hi def link diffIsA Constant
hi def link diffNoEOL Constant
hi def link diffCommon Constant
-hi def link diffRemoved Special
-hi def link diffChanged PreProc
-hi def link diffAdded Identifier
+hi def link diffRemoved DiffDelete
+hi def link diffChanged DiffChange
+hi def link diffAdded DiffAdd
hi def link diffLine Statement
hi def link diffSubname PreProc
hi def link diffComment Comment