]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0580: cannot set the valid flag with setqflist() v8.0.0580
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 19:20:46 +0000 (21:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 19:20:46 +0000 (21:20 +0200)
commitf1d21c8cc83f40c815b6bf13cd2043152db533ee
tree7141447bfa2e1b01006d0edef62efeddae993b22
parent9b77016545d5ef1a1f4a90c9bb4b7a6693af8918
patch 8.0.0580: cannot set the valid flag with setqflist()

Problem:    Cannot set the valid flag with setqflist().
Solution:   Add the "valid" argument. (Yegappan Lakshmanan, closes #1642)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c