Re: Summary of new quickfix features since Vim 8.0

2017-09-13 Thread Tony Mechelynck
On Thu, Sep 14, 2017 at 3:47 AM, Yegappan Lakshmanan wrote: > Hi all, > > Below is a summary of the new quickfix features introduced since Vim 8.0. [...] I notice that in the quickfix.txt helpfile, part of the |quickfix-ID| helptext, including the tag, is duplicated. I

Summary of new quickfix features since Vim 8.0

2017-09-13 Thread Yegappan Lakshmanan
Hi all, Below is a summary of the new quickfix features introduced since Vim 8.0. Most of the changes are in the getqflist()/getloclist() and setqflist()/setloclist() functions. These are useful to Vim plugin developers. 1. Quickfix list identifier. Each quickfix list is now assigned a unique

Re: Summary of new quickfix features since Vim 8.0

2017-09-13 Thread Yegappan Lakshmanan
Hi Tony, On Wed, Sep 13, 2017 at 6:59 PM, Tony Mechelynck wrote: > On Thu, Sep 14, 2017 at 3:47 AM, Yegappan Lakshmanan > wrote: >> Hi all, >> >> Below is a summary of the new quickfix features introduced since Vim 8.0. > [...] > > I notice