On 9 апр, 11:46, Tony Mechelynck <[email protected]> wrote:
> func HlExists(hl)       " untested
>         if !hlexists(a:hl)
>                 return 0
>         endif
>         redir => hlstatus
>         exe "silent hi" a:hl
>         redir END
>         return (hlstatus !~ "cleared")
> endfunc

Thanks, Tony!

Best regards,
Maxim.

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

Reply via email to