whoops again #118

This commit is contained in:
Pavel Pertsev
2016-06-08 05:59:23 +03:00
parent 01134f34d2
commit 65a695d2f3

View File

@@ -448,7 +448,7 @@ if version >= 700
" Screen line that the cursor is
call s:HL('CursorLine', s:none, s:bg1)
" Screen column that the cursor is
call s:HL('CursorLine', s:bg1, s:none, s:inverse)
hi! link CursorColumn CursorLine
" Tab pages line filler
call s:HL('TabLineFill', s:bg4, s:vim_bg, s:invert_tabline)
@@ -478,8 +478,8 @@ hi! link SpecialKey GruvboxBg2
call s:HL('Visual', s:none, s:bg3, s:invert_selection)
hi! link VisualNOS Visual
call s:HL('Search', s:bg0, s:yellow)
call s:HL('IncSearch', s:bg0, s:hls_cursor)
call s:HL('Search', s:yellow, s:bg0, s:inverse)
call s:HL('IncSearch', s:hls_cursor, s:bg0, s:inverse)
call s:HL('Underlined', s:blue, s:none, s:underline)