Change vim Search highlight to be more obvious

This commit is contained in:
Kenneth Benzie 2014-12-15 09:21:26 +00:00
parent 0a0d2fbb7a
commit 539fd69c0a

View File

@ -90,7 +90,7 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none") "call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none")
"call <SID>HiGroup("PmenuThumb", s:empty, s:empty, "none") "call <SID>HiGroup("PmenuThumb", s:empty, s:empty, "none")
"call <SID>HiGroup("Question", s:empty, s:empty, "none") "call <SID>HiGroup("Question", s:empty, s:empty, "none")
call <SID>HiGroup("Search", s:none, s:dark_grey, "none") call <SID>HiGroup("Search", s:dark_grey, s:light_orange, "none")
"call <SID>HiGroup("SpecialKey", s:emptnoney, s:empty, "none") "call <SID>HiGroup("SpecialKey", s:emptnoney, s:empty, "none")
call <SID>HiGroup("SpellBad", s:bright_red, s:empty, "bold") call <SID>HiGroup("SpellBad", s:bright_red, s:empty, "bold")
call <SID>HiGroup("SpellCap", s:blue, s:empty, "bold") call <SID>HiGroup("SpellCap", s:blue, s:empty, "bold")