Thursday, September 1, 2011

Enabling cursorline makes SpecialKey change colour

Hi. I use a light background (set background=light). I like tab
indicators with lower contrast, so I highlight them with light grey:

hi SpecialKey guifg=#dddddd

I recently tried :set cursorline and really liked it. I've set the
cursor line colour with:

hi CursorLine guibg=#e5efff

Normal line tab indicators are grey, but when I move my cursor over a
line with cursorline enabled, the tab indicator goes black. I find
this really distracting. Can I keep the tab indicator colour that I've
set and still use cursorline? I tried hacking around to overwrite the
cursorline's overwrite with a new match for /\t\+/ but still ran into
the same problem.

Thanks, Paul

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: