diff src/version.c @ 28349:d3a1fc6b4da6 v8.2.4700

patch 8.2.4700: buffer remains active if WinClosed event throws an exception Commit: https://github.com/vim/vim/commit/c947b9ae419114ebfef9725814ea41a466fcf879 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 6 17:59:21 2022 +0100 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 https://github.com/vim/vim/issues/10097)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Apr 2022 19:00:04 +0200
parents d6892ed619e0
children 1aa3460f799d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4700,
+/**/
     4699,
 /**/
     4698,