]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1040: cannot use another error format in getqflist() v8.0.1040
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 17:51:44 +0000 (19:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 17:51:44 +0000 (19:51 +0200)
commit3653822546fb0f1005c32bb5b70dc9bfacdfc954
treeddc4623400cf61b1d224e7e43db1e8ee929cc8c5
parentb31cf2bb0be95d106bd8eef93cc07550591c1d0d
patch 8.0.1040: cannot use another error format in getqflist()

Problem:    Cannot use another error format in getqflist().
Solution:   Add the "efm" argument to getqflist(). (Yegappan Lakshmanan)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c