1
0
forked from aniani/vim

patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it

Problem:    If the quickfix buffer is wiped out getqflist() still returns its
            number.
Solution:   Use zero if the buffer is no longer present. (Yegappan Lakshmanan,
            closes #9306)
This commit is contained in:
Yegappan Lakshmanan
2021-12-09 09:27:06 +00:00
committed by Bram Moolenaar
parent a48d4e44a2
commit 56150da687
3 changed files with 17 additions and 3 deletions

View File

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