On Monday, July 17, 2017 at 12:29:44 PM UTC-4, [email protected] wrote: > Hi, > > On Mon, Jul 17, 2017 at 8:20 AM, Jason Franklin > <[email protected]> wrote: > > On Monday, July 17, 2017 at 10:52:17 AM UTC-4, [email protected] wrote: > >> Hi, > >> > >> On Mon, Jul 17, 2017 at 6:04 AM, Jason Franklin > >> <[email protected]> wrote: > >> > On Sunday, May 10, 2015 at 4:16:29 AM UTC-4, Bram Moolenaar wrote: > >> >> Daniel Hahler wrote: > >> >> > >> >> > @Bram, > >> >> > > >> >> > what do you think about the patch? > >> >> > > >> >> > I have not checked if it still applies (I have it in my local > >> >> > branch), but came across it being missing a few times recently. > >> >> > > >> >> > It's very useful, so please consider applying it. > >> >> > >> >> It's in the todo list. > >> >> > >> > > >> > Hi Everyone, > >> > > >> > This is just a friendly ping concerning this patch. > >> > > >> > I recently came across the documentation for patch 7.4.378, which > >> > appears to > >> > have been overwritten by later work. There is a lot of information here, > >> > and > >> > I can't go through all of it at the moment. > >> > > >> > However, since I've been prototyping a plugin that helps users > >> > manipulate the > >> > quickfix/location lists, I wanted to ask for the status of this new > >> > feature. > >> > It is critical to the functioning of my plugin, so I hope it gets added! > >> > By > >> > the way, Bram, I can't find this item in "todo.txt", so I don't know if > >> > the > >> > idea has been abandoned. > >> > > >> > >> You can set the quickfix list title using the setqflist() function: > >> > >> :call setqflist([], 'a', {'title' : 'My title'}) > >> > >> If the quickfix window is opened, the w:quickfix_title variable is also > >> updated > >> with the new title. > >> > >> - Yegappan > > > > Thank you very much! > > > > BTW, your plugin can also store a context with every quickfix list using > > :call setqflist([], 'a', {'context' : <any vim variable>}) > > and retrieve the context using > > :let ctx = getqflist({'context' : 1}) > > - Yegappan
That's interesting! I don't actually see that anywhere in the documentation. Is that an undocumented feature? -- Jason -- -- 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.
