Add vim plugin tabline & set highlight groups

This commit is contained in:
Kenneth Benzie 2014-12-07 17:23:25 +00:00
parent b54cb2a144
commit 32a5ba11fa

View File

@ -95,9 +95,9 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("SpellRare", s:empty, s:empty, "none")
"call <SID>HiGroup("StatusLine", s:empty, s:empty, "none")
"call <SID>HiGroup("StatusLineNC", s:empty, s:empty, "none")
"call <SID>HiGroup("TabLine", s:empty, s:empty, "none")
"call <SID>HiGroup("TabLineFill", s:empty, s:empty, "none")
"call <SID>HiGroup("TabLineSel", s:empty, s:empty, "none")
call <SID>HiGroup("TabLine", s:light_grey, s:mid_grey, "bold")
call <SID>HiGroup("TabLineFill", s:none, s:mid_grey, "none")
call <SID>HiGroup("TabLineSel", s:white, s:dark_grey, "bold")
"call <SID>HiGroup("Title", s:empty, s:empty, "none")
call <SID>HiGroup("Visual", s:empty, s:grey, "none")
"call <SID>HiGroup("VisualNOS", s:empty, s:empty, "none")