File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ syn match fugitiveSymbolicRef /\.\@!\%(\.\.\@!\|[^[:space:][:cntrl:]\:.]\)\+\.\@
2626syn match fugitiveHash / ^\x\{ 4,\}\S\@ !/ contained containedin =@fugitiveSection nextgroup =fugitiveRefs skipwhite
2727syn match fugitiveHash / \S\@ <!\x\{ 4,\}\S\@ !/ contained
2828syn match fugitiveRefs ' ()' contained conceal
29- syn match fugitiveRefs / ([^)]\+ )/ hs =s + 1 ,he =e - 1 contained
29+ syn match fugitiveRefs / ([^)]\+ )/ hs =s + 1 ,he =e - 1 contained contains =fugitiveRef
30+ syn match fugitiveRef / \< [^[:space:][:cntrl:]]\+\> / contained
3031
3132syn region fugitiveHunk start =/ ^\% (@@\+ -\)\@ =/ end =/ ^\% ([A-Za-z?@]\| $\)\@ =/ contains =@fugitiveDiff containedin =@fugitiveSection fold
3233
@@ -53,7 +54,7 @@ hi def link fugitiveStagedModifier Typedef
5354hi def link fugitiveInstruction Type
5455hi def link fugitiveStop Function
5556hi def link fugitiveHash Identifier
56- hi def link fugitiveRefs Function
57+ hi def link fugitiveRef Function
5758hi def link fugitiveSymbolicRef Function
5859hi def link fugitiveCount Number
5960
You can’t perform that action at this time.
0 commit comments