Jeri Raye wrote:
> is it then possible to give PI MAX and MIN anywhere used in
> the file to give it the color brown?

Highlight using 'Keyword':
    :match Keyword /\<PI\>\|\<MAX\>\|\<MIN\>/

Show definition of 'Keyword':
    :hi Keyword

Clear highlight:
    :match

If highlighting often, the following is magic:
http://vim.wikia.com/wiki/Highlight_multiple_words

John


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

Reply via email to