]> granicus.if.org Git - vim/commit
patch 8.0.1389: getqflist() items are missing if not set v8.0.1389
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Dec 2017 21:45:31 +0000 (22:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Dec 2017 21:45:31 +0000 (22:45 +0100)
commita6d4849c711379b773529afaed640455287ac934
treeb46e5a0f0d49e07234c87d9ea60edd6b2500b617
parentfae8ed1fc8c06b28528d726e8440dfc66852bca8
patch 8.0.1389: getqflist() items are missing if not set

Problem:    getqflist() items are missing if not set, that makes it more
            difficult to handle the values.
Solution:   When a value is not available return zero or another invalid
            value. (Yegappan Lakshmanan, closes #2430)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c