comparison src/version.c @ 28361:68c36f734b10 v8.2.4706

patch 8.2.4706: buffer remains active with WinClosed and tabpages Commit: https://github.com/vim/vim/commit/6a06940f8ae7283999c83ccdf268540220573105 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Apr 7 14:08:29 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Apr 2022 15:15:02 +0200
parents 390dfc3e409b
children a9a56b567709
comparison
equal deleted inserted replaced
28360:af739ab30d2a 28361:68c36f734b10
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 4706,
749 /**/ 751 /**/
750 4705, 752 4705,
751 /**/ 753 /**/
752 4704, 754 4704,
753 /**/ 755 /**/