commit | c947b9ae419114ebfef9725814ea41a466fcf879 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 17:59:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 17:59:21 2022 +0100 |
tree | 3f7f6e0e928cfa8bb7c11279aa1ffce6ff8048b9 | |
parent | 75a0f3c011dfbafd2d60e87d4b2b07572df3e3ec [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 120633f..6900961 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4700, +/**/ 4699, /**/ 4698,