1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-12-12 22:45:31 +01:00
parent fae8ed1fc8
commit a6d4849c71
4 changed files with 162 additions and 72 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1389,
/**/
1388,
/**/