]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0517: there is no way to remove quickfix lists v8.0.0517
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Mar 2017 12:19:25 +0000 (14:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Mar 2017 12:19:25 +0000 (14:19 +0200)
commitb6fa30ccc39cdb7f1d07b99fe2f4c6b61671dac2
tree48d470421f2e8f4b7c04b0dfa24b153d0f57fef1
parente0720cbf63eb3045be8d965e3182c0c392c7b5e9
patch 8.0.0517: there is no way to remove quickfix lists

Problem:    There is no way to remove quickfix lists (for testing).
Solution:   Add the 'f' action to setqflist(). Add tests. (Yegappan
            Lakshmanan)
runtime/doc/eval.txt
src/evalfunc.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c