Change vim Research highlight to be different than Todo

This commit is contained in:
Kenneth Benzie 2014-12-15 09:23:11 +00:00
parent d6c984a8a9
commit 19df1aea9b

View File

@ -162,7 +162,7 @@ if has("gui_running") || &t_Co == 256
"" custom syntax groups {{{ "" custom syntax groups {{{
call <SID>HiGroup("Note", s:dark_green, s:empty, "bold") call <SID>HiGroup("Note", s:dark_green, s:empty, "bold")
call <SID>HiGroup("Important", s:bright_yellow, s:empty, "bold") call <SID>HiGroup("Important", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("Research", s:orange, s:empty, "bold") call <SID>HiGroup("Research", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("SyntasticErrorSign", s:white, s:red, "bold") call <SID>HiGroup("SyntasticErrorSign", s:white, s:red, "bold")
call <SID>HiGroup("SyntasticWarningSign", s:white, s:purple, "bold") call <SID>HiGroup("SyntasticWarningSign", s:white, s:purple, "bold")