Quickfix/Location list identifier feature

2017-09-01 Thread Yegappan Lakshmanan
Hi all, Patch 8.0.1023 added supported for the quickfix list identifier. Now each quickfix and location list can be uniquely identified. This is needed because the quickfix list number in the quickfix stack is not unique and can change as new quickfix lists are added. A Vim plugin that asynchron

Re: Quickfix/Location list identifier feature

2017-09-01 Thread Bram Moolenaar
Yegappan wrote: > Patch 8.0.1023 added supported for the quickfix list identifier. Now > each quickfix and location list can be uniquely identified. This is > needed because the quickfix list number in the quickfix stack is not > unique and can change as new quickfix lists are added. A Vim plug

Re: Quickfix/Location list identifier feature

2017-09-01 Thread Yegappan Lakshmanan
Hi Bram, On Fri, Sep 1, 2017 at 9:50 AM, Bram Moolenaar wrote: > > Yegappan wrote: > >> Patch 8.0.1023 added supported for the quickfix list identifier. Now >> each quickfix and location list can be uniquely identified. This is >> needed because the quickfix list number in the quickfix stack is