1
0
forked from aniani/vim

patch 8.2.2036: buffer messed up if creating the quickfix window fails

Problem:    Current buffer is messed up if creating a new buffer for the
            quickfix window fails.
Solution:   Check that creating the buffer succeeds. (closes #7352)
This commit is contained in:
Bram Moolenaar
2020-11-23 20:15:08 +01:00
parent f637bceb61
commit 9e40c4b15e
4 changed files with 55 additions and 3 deletions

View File

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