]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0657: cannot get and set quickfix list items v8.0.0657
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 19:33:20 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 19:33:20 +0000 (21:33 +0200)
commit6a8958db259d4444da6e6956e54a6513c1af8860
treed4d9541e7aa99dca7aa933c4dfca980bb142792e
parent6f9a476b2f2f0bb5c50d703ec4fc535ffd5bfe8f
patch 8.0.0657: cannot get and set quickfix list items

Problem:    Cannot get and set quickfix list items.
Solution:   Add the "items" argument to getqflist() and setqflist(). (Yegappan
            Lakshmanan)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c