Hi, On Wed, Jan 23, 2019 at 12:14 PM Bram Moolenaar <[email protected]> wrote: > > Since nothing should depend on the buffer number, we can wipe out the buffer > and use the same number again later. Just have to make sure the same > autocommands are triggered. We could also make the buffer unlisted instead > of wiping it out. It might work and be less "special", but there is a small > chance it does cause trouble. We could try it and think of anything that > could go wrong, and if it doesn't work go for the first solution. >
I have created pull request #3902 to reuse the quickfix/location list window buffer. Try this out and let me know if you see any issues. https://github.com/vim/vim/pull/3902 - Yegappan -- -- 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.
