diff src/version.c @ 27871:2be33ea63428 v8.2.4461

patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL Commit: https://github.com/vim/vim/commit/3c620b0c0394b754597f68fdd9da5de76156f3ce Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 24 11:39:43 2022 +0000 patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL Problem: MS-Windows: garbage characters on stdout with VIMDLL. Solution: Don't call gui_focus_change() when about to quit. (Ken Takata, closes #9840)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Feb 2022 12:45:05 +0100
parents 6a0ecde89d35
children d1af65b322d0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4461,
+/**/
     4460,
 /**/
     4459,