Sunday, June 24, 2012

Re: How to tell if highlight has been defined

On Sun, Jun 24, 2012 at 10:58 PM, John Beckett <johnb.beckett@gmail.com> wrote:
>> On Sunday, June 24, 2012 7:53:11 PM UTC-5, Richard wrote:
>> In a script, is it possible to test whether or not its been defined.
>
> Yes, use hlexists('name') for example:
>
> if !hlexists('MyHi')
>  hi MyHi guifg=white guibg=black
> endif
>
> An example using it is at:
> http://vim.wikia.com/wiki/VimTip1572
>
> John

Clearly, I should've checked before writing that function of mine. *Blush*

Salman

--
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: