1
0
forked from aniani/vim

patch 8.2.4327: may end up with no current buffer

Problem:    May end up with no current buffer.
Solution:   When deleting the current buffer to not pick a quickfix buffer as
            the new current buffer.
This commit is contained in:
Bram Moolenaar
2022-02-08 15:05:20 +00:00
parent 51ab7c7d0d
commit e3537aec2f
3 changed files with 49 additions and 4 deletions

View File

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