1
0
forked from aniani/vim

patch 8.2.1982: quickfix window now updated when adding invalid entries

Problem:    Quickfix window now updated when adding invalid entries.
Solution:   Update the quickfix buffer properly. (Yegappan Lakshmanan, closes
            #7291, closes #7271)
This commit is contained in:
Bram Moolenaar
2020-11-14 13:15:24 +01:00
parent 8496c9eadb
commit 2ce7790348
3 changed files with 20 additions and 2 deletions

View File

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