adds underline to IncSearch

This commit is contained in:
tgfisher
2020-11-27 14:51:11 -08:00
parent ad2acdd06d
commit f03810b355

View File

@@ -142,7 +142,7 @@ call Highlight("gitcommitSummary", s:white, s:none, s:none)
call Highlight("gitcommitOverflow", s:magenta, s:none, s:none)
call Highlight("SpecialKey", s:dark_grey, s:darker_grey, s:none)
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold)
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline)
call Highlight("Search", s:black, s:bright_yellow, s:bold)
call Highlight("Identifier", s:light_blue, s:none, s:none)