1
0
forked from aniani/vim

patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails

Problem:    "%bd" tries to delete popup window buffers, which fails. (Ralf
            Schandl)
Solution:   Do not try to delete a popup window buffer. (closes #8349)
This commit is contained in:
Bram Moolenaar
2021-06-10 21:07:48 +02:00
parent 544a38e44d
commit 7b4f76c030
4 changed files with 155 additions and 123 deletions

View File

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