On Tuesday, May 7, 2013 4:03:54 PM UTC-5, Christian Brabandt wrote: > Bram, > > this patch allows to directly set the w:quickfix_title using > > setqflist()/setloclist() functions. Since the w:quickfix_title is > > already stored inside each quickfix list, it makes sense to have it also > > being settable using VimL functions. This allows plugin writers to > > handle existing quickfix lists better (e.g. they can use the > > w:quickfix_title variable to tag and identify quickfix lists). > >
Hi, Christian! The maintainer of Eclim, Eric Van Dewoestine, sent me a patch to try once which not only allowed setting the quickfix title but it also made :colder and :cnewer restore that title. I can't tell from looking quickly, does your patch allow this as well? I never dug deeply enough into the first one to give him feedback one way or another. I remember it had compiler errors that looked worrisome to me. I wanted this patch to fix something in Eclim that has bugged me for a while, that there is very little info on WHAT search resulted in a given quickfix list. But as mentioned I hadn't really gotten around to trying out the patch. -- -- 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/groups/opt_out.
