On 28 March 2015, Charles E Campbell <[email protected]> wrote:
> Hello!
> 
> In using :match, :2match, :3match, or matchadd(), one may specify
> special highlighting.  Any easy way for a vimscript to know which,
> if any, highlighting match is active?   Such highlighting overrides
> the usual syntax highlighting, and I'd like to know what's going on
> at the current cursor position.

    getmatches() returns the list of patterns set by matchadd() and
friends, but as far as I know there is no easy way to tell whether a
given pattern affects a given line or not.

    /lcd

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to