]> granicus.if.org Git - vim/commit
patch 8.1.0720: cannot easily change the current quickfx list index v8.1.0720
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 13:50:06 +0000 (14:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 13:50:06 +0000 (14:50 +0100)
commit5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c
treedcbcdbcaeeba17cdb70d523f6192c65f53716fa8
parent870ba5f6dce974b6c1c47bf9d3b20db805d10b36
patch 8.1.0720: cannot easily change the current quickfx list index

Problem:    Cannot easily change the current quickfx list index.
Solution:   Add the "idx" argument to setqflist(). (Yegappan Lakshmanan,
            closes #3701)
runtime/doc/eval.txt
runtime/doc/quickfix.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c