]> granicus.if.org Git - vim/commit
patch 8.1.0877: new buffer used every time the quickfix window is opened v8.1.0877
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Feb 2019 20:23:04 +0000 (21:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Feb 2019 20:23:04 +0000 (21:23 +0100)
commitee8188fc74a7cf9ee7acb634b2bb7a032d0cb24c
treeea35e86c1df1da9e7a3594c49c96ed7947289c35
parent2a78b7c70471527d83adef6b147dbfb6c9f838f7
patch 8.1.0877: new buffer used every time the quickfix window is opened

Problem:    New buffer used every time the quickfix window is opened.
Solution:   Reuse the buffer. (Yegappan Lakshmanan, closes #3902)
src/buffer.c
src/proto/quickfix.pro
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c