On Thu, Aug 30, 2018 at 7:38 AM Christian Brabandt <[email protected]> wrote: > > > On Mi, 29 Aug 2018, Jason Franklin wrote: > > > Greetings, > > > > Just throwing this out there to see if it's possible. > > > > I'd like some improved highlighting when I'm browsing the quickfix list. To > > see what I mean, take a look at the attached screenshot. > > > > To get this image, I ran: > > > > :vimgrep/test/j *.c > > :match Title /\ctest/ > > > > in the "vim/src/" directory. > > > > Is something like this behavior attainable? I would guess we could only do > > it > > for :vimgrep because we need to be using Vim's internal patterns to do the > > matching. > > Can't you do this with a syntax plugin for the quickfix filetype? If > this is possible, it might make sense to ship a quickfix syntax script >
There already is one, it's rather short: `$VIMRUNTIME/syntax/qf.vim` Best regards, Tony. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" 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.
