Yegappan wrote: > On Thu, May 4, 2017 at 8:53 PM, Yegappan Lakshmanan <[email protected]> > wrote: > > Hi, > > > > On Wed, May 3, 2017 at 1:25 PM, Yegappan Lakshmanan <[email protected]> > > wrote: > >> Hi Bram, > >> > >> On Sun, Apr 30, 2017 at 5:21 AM, Bram Moolenaar <[email protected]> wrote: > >>> > >>> Patch 8.0.0590 > >>> Problem: Cannot add a context to locations. > >>> Solution: Add the "context" entry in location entries. (Yegappan > >>> Lakshmanan, > >>> closes #1012) > >>> Files: src/eval.c, src/proto/quickfix.pro, src/quickfix.c, > >>> src/testdir/test_quickfix.vim > >>> > >> > >> The setqflist() function only sets the context for the current quickfix > >> list. > >> Even if the quickfix list number in the stack is specified, it sets the > >> context for the current list instead of the specified list. I am attaching > >> a > >> patch to fix this bug. It also includes additional tests. > >> > >> Note that the getqflist() function works correctly by returning the > >> context for the specified quickfix list. > >> > > > > An updated patch is attached. > > > > Without this patch, the setqflist() function cannot be used to set the context > information for a non-current quickfix list. So please include this patch.
Are you sure I didn't include this already? -- Hacker: Someone skilled in computer programming (good guy). Cracker: A hacker that uses his skills to crack software (bad guy). /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
