This commit is contained in:
Pavel Pertsev
2016-06-08 05:54:32 +03:00
parent e36636d007
commit 01134f34d2

View File

@@ -446,9 +446,9 @@ endif
if version >= 700
" Screen line that the cursor is
call s:HL('CursorLine', s:none, s:red)
call s:HL('CursorLine', s:none, s:bg1)
" Screen column that the cursor is
hi! link CursorColumn CursorLine
call s:HL('CursorLine', s:bg1, s:none, s:inverse)
" Tab pages line filler
call s:HL('TabLineFill', s:bg4, s:vim_bg, s:invert_tabline)