Hi Ben! On Mi, 15 Feb 2012, Ben Fritz wrote:
> > > On Feb 15, 2:31 am, Ingo Karkat <sw...@ingo-karkat.de> wrote: > > I am still in favor of it, though I have addressed my most pressing need for > > this in another way: I use a plugin to highlight multiple searches, and I > > have > > since taken up maintenance of the Mark plugin > > (http://www.vim.org/scripts/script.php?script_id=2666), and rewriting the > > highlighting from :syntax to matchadd() has fixed the problem, because > > matchadd() allows to specify the {priority}. That may be a suitable > > workaround > > for you, too. > > > > So what is the priority of colorcolumn? The :help for matchadd() > mentions the priority for hlsearch but not for colorcolumn, etc. I think, 'colorcolumn' is independent of the priority and can't be overruled. Internally, only the priority of 'hls' and the matchlist is used. regards, Christian -- You received this message from the "vim_dev" 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