1
0
forked from aniani/vim

patch 8.2.4706: buffer remains active with WinClosed and tabpages

Problem:    Buffer remains active if a WinClosed event throws an exception
            when there are multiple tabpages.
Solution:   Ignore aborting() when closing the buffer. (closes #10101)
This commit is contained in:
zeertzjq
2022-04-07 14:08:29 +01:00
committed by Bram Moolenaar
parent 6d4e725a34
commit 6a06940f8a
3 changed files with 20 additions and 1 deletions

View File

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