1
0
forked from aniani/vim

patch 8.2.4700: buffer remains active if WinClosed event throws an exception

Problem:    Buffer remains active if a WinClosed event throws an exception.
Solution:   Ignore aborting() when closing the buffer. (closes #10097)
This commit is contained in:
Bram Moolenaar
2022-04-06 17:59:21 +01:00
parent 75a0f3c011
commit c947b9ae41
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 */
/**/
4700,
/**/
4699,
/**/