Hello.
VIM can be configured to highlight current line via :hi cursorline guibg=green
and set cursorline
commands. But if I enable tabs display via:
:hi specialkey guifg=grey guibg=grey
:set listchars="tab"
:set list
Cursor line highlight will corrupt tabs display:
Any hints how i can avoid corruption so may tabs are highlighted with one color and cursor line is highlighted with another color without any ^I
displayed at intersection?