diff src/version.c @ 23784:34a95c4bd647 v8.2.2433

patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand Commit: https://github.com/vim/vim/commit/b63f3ca66db20f7b135aae706d36be538f91f8cc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 21:40:03 2021 +0100 patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand Problem: Opening cmdline window gives error in BufLeave autocommand. Solution: Reset cmdwin_type when triggering the autocommand.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jan 2021 21:45:03 +0100
parents 82a8abc75070
children 0512923e54e1
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 */
 /**/
+    2433,
+/**/
     2432,
 /**/
     2431,