]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0922: quickfix list always added after current one v8.0.0922
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 11:42:01 +0000 (13:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 11:42:01 +0000 (13:42 +0200)
commit55b6926450d75788dada3ff44a35e328224df758
tree25029102fcfd1b0211dfb407eedd3e0dfa57facf
parent3d9bdfebf1a8c1eec1c3e1cff6fbb60b3d98f02a
patch 8.0.0922: quickfix list always added after current one

Problem:    Quickfix list always added after current one.
Solution:   Make it possible to add a quickfix list after the last one.
            (Yegappan Lakshmanan)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c