On Mon, Feb 16, 2009 at 6:40 AM, krabu wrote: > I need to highlight lines in grey text color, if there is not the keyword > "column" OR if there is the keyword "noshow". I want the whole line to be > affected, but the keywords are not at the beginning of the line.
This is exactly the problem that the MarkLines script intends to solve. It's just a simple wrapper around the :match and matchadd() methods that tries to make them a tad easier to manage. http://www.vim.org/scripts/script.php?script_id=2028 ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
