1
0
forked from aniani/vim

patch 8.2.2069: the quickfix window is not updated after setqflist()

Problem:    The quickfix window is not updated after setqflist().
Solution:   Update the quickfix buffer. (Yegappan Lakshmanan, closes #7390,
            closes #7385)
This commit is contained in:
Bram Moolenaar
2020-11-29 14:20:27 +01:00
parent b46f57e87b
commit 287153c5d4
3 changed files with 64 additions and 2 deletions

View File

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