diff src/version.c @ 28211:522864f990ec v8.2.4631

patch 8.2.4631: crash when switching window in BufWipeout autocommand Commit: https://github.com/vim/vim/commit/347538fad0c503249ebdedd5884c2081257c9f61 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 26 16:28:06 2022 +0000 patch 8.2.4631: crash when switching window in BufWipeout autocommand Problem: Crash when switching window in BufWipeout autocommand. Solution: Put any buffer in the window to avoid it being NULL. (closes #10024)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Mar 2022 17:30:03 +0100
parents cbaac8434e4a
children 183ae001d99d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4631,
+/**/
     4630,
 /**/
     4629,