diff src/version.c @ 29279:d178aaa96083 v8.2.5157

patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work Commit: https://github.com/vim/vim/commit/4e0fc8956649d3208aeaa1642c5efc44e385d77a Author: LemonBoy <thatlemon@gmail.com> Date: Fri Jun 24 20:18:09 2022 +0100 patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work Problem: MS-Windows GUI: CTRL-key combinations do not always work. Solution: Handle special key combinations better. (closes https://github.com/vim/vim/issues/10613, closes #10602, closes #10579)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 21:30:02 +0200
parents 6e7b9156b08f
children cf881b3169ce
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5157,
+/**/
     5156,
 /**/
     5155,