vim
This commit is contained in:
parent
c65eda5f08
commit
6a5a672355
|
@ -300,10 +300,10 @@ call <sid>hi("gitcommitDiscardedFile", s:gui08, "", s:cterm08, "", "bold", "")
|
||||||
call <sid>hi("gitcommitSelectedFile", s:gui0B, "", s:cterm0B, "", "bold", "")
|
call <sid>hi("gitcommitSelectedFile", s:gui0B, "", s:cterm0B, "", "bold", "")
|
||||||
|
|
||||||
" GitGutter highlighting
|
" GitGutter highlighting
|
||||||
call <sid>hi("GitGutterAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "")
|
call <sid>hi("GitGutterAdd", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "", "")
|
||||||
call <sid>hi("GitGutterChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", "")
|
call <sid>hi("GitGutterChange", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "")
|
||||||
call <sid>hi("GitGutterDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "")
|
call <sid>hi("GitGutterDelete", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "")
|
||||||
call <sid>hi("GitGutterChangeDelete", s:gui0E, s:gui01, s:cterm0E, s:cterm01, "", "")
|
call <sid>hi("GitGutterChangeDelete", s:gui0E, s:gui00, s:cterm0E, s:cterm00, "", "")
|
||||||
|
|
||||||
" HTML highlighting
|
" HTML highlighting
|
||||||
call <sid>hi("htmlBold", s:gui0A, "", s:cterm0A, "", "", "")
|
call <sid>hi("htmlBold", s:gui0A, "", s:cterm0A, "", "", "")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user