]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0634: cannot easily get to the last quickfix list v8.0.0634
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jun 2017 14:07:51 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jun 2017 14:07:51 +0000 (16:07 +0200)
commit875feea6ce223462d55543735143d747dcaf4287
treea0b7be972c7799ba4e49b61ef999d3d5df4e3abc
parent60964f68740b8abcbb2d3f0f3aeade21d1bacb22
patch 8.0.0634: cannot easily get to the last quickfix list

Problem:    Cannot easily get to the last quickfix list.
Solution:   Add "$" as a value for the "nr" argument of getqflist() and
            setqflist(). (Yegappan Lakshmanan)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c