Hi vim-dev! On Di, 21 Mai 2013, Christian Brabandt wrote:
> Hi LCD! > > On Di, 21 Mai 2013, LCD 47 wrote: > > > On 21 May 2013, Christian Brabandt <[email protected]> wrote: > > [...] > > > Attached is an updated patch. It adds the following functions: > > > > > > getlocstack() returns the location list stack as list > > > getlocstackptr() returns the current position in the location list > > > stack > > > getloctitle() returns a list of titles for the location list stack > > > getqfstack() returns the quickfix stack as list > > > getqfstackptr() returns the index in the quickfix stack > > > getqftitle() returns a list of titles in the quickfix stack > > > setlocstackptr() sets the index in the location list stack > > > setqfstackptr() sets the index in the quickfix list > > > setqftitle() sets the title for the current item in the quickfix > > > list stack > > > setloctitle() sets the title for the current item in the location > > > list stack > > > > Thank you. What version should this be applied to? Applying the > > patch to 7.3.1000 produces at least two reject chunks that are not > > obvious to solve. > > That was made against I think 7.3.95X I think. I see if I can get an > updated patch (I lost track on the many new patches and are just trying > to catch up). Ah I think I found the problem. You need to apply the other patch for setting the quickfix title first. regards, Christian -- Fliegt der Bauer in den Sumpf, ist bei den Fischen Frohsinn Trumpf. -- -- 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.
