I want to highlight tabs on the current line a with a certain color.
Or more specifically right now I'm using 'cursorline' and 'list' +
'listchars' so that the current line is highligted and otherwise
invisible whitespace characters can be easily identified by being
shown with chosen characters.

With the 'NonText' and 'SpecialKey' highlighting group I can adjust
the colour of these characters - but not on the current line - on the
current line they seem to go over to the 'Normal' highlighting group
and of course the 'CursorLine' group. (I don't wanna change the colour
of the whole line - only the tabs)

With ':syntax match Tab "\t"' and ':highlight Tab gui=#505050' I can
change the colour of the tabs on the current line - but only the first
character of the tab (a number of characters are shown where the tab
is - according to the set tab width (or something like that))
I want to change the colour of all the characters that represent tabs
on the current line.

Is this possible and if so how?

qff
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to