fix(colors): git deleted file now linked to Dir
This commit is contained in:
parent
1e7d4e7b6d
commit
495c76dfea
|
@ -666,6 +666,7 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.3.34. Git ]]
|
--[[ 4.3.34. Git ]]
|
||||||
gitcommitHeader = 'SpecialComment',
|
gitcommitHeader = 'SpecialComment',
|
||||||
|
gitcommitDiscardedFile = 'gitcommitSelectedFile',
|
||||||
gitcommitOverFlow = 'Error',
|
gitcommitOverFlow = 'Error',
|
||||||
gitcommitSelectedFile = 'Directory',
|
gitcommitSelectedFile = 'Directory',
|
||||||
gitcommitSummary = 'Title',
|
gitcommitSummary = 'Title',
|
||||||
|
|
Loading…
Reference in New Issue