Hi, On Thu, Nov 23, 2017 at 12:34 AM, Axel Bender <[email protected]> wrote: > Thanks, Yegappan! > > This one looks even better, and I think, it should be pushed. > > There are still some "differences" though (which are not due to your efforts): > > a) In :clist the separator is ":" (hard-coded obviously), in :copen it's "|". >
I don't want to change the separator as it may break some scripts that captures the ":clist" output. Ideally these scripts should be using the getqflist() function and not rely on the ":clist" output. > > b) A user's qf.vim syntax file is ignored in terms of highlighting until the > QuickFix buffer > is ":copen"ed for the first time (try :clist before :copen). > The qf.vim syntax file is associated with the quickfix buffer type. As the quickifx highlight items are defined only after the qf.vim syntax file is sourced, the ":clist" command cannot use the highlight items till they are defined. > > c) A user's qf.vim syntax file is completely ignored in terms of syntax items. > I don't think it is currently possible to apply the syntax items to this output. The ":clist" command outputs the lines one at a time. To apply syntax highlighting the entire output is needed. - Yegappan -- -- 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.
