comparison 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
comparison
equal deleted inserted replaced
28348:b686979c523d 28349:d3a1fc6b4da6
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4700,
749 /**/ 751 /**/
750 4699, 752 4699,
751 /**/ 753 /**/
752 4698, 754 4698,
753 /**/ 755 /**/