diff src/version.c @ 28639:8ea5468f9b5a v8.2.4843

patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible Commit: https://github.com/vim/vim/commit/202b4bd3a452898cfe3ed72facfbf7cb8199fa4b Author: LemonBoy <thatlemon@gmail.com> Date: Thu Apr 28 19:50:54 2022 +0100 patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible Problem: Win32 GUI: Treating CTRL + ALT as AltGr is not backwards compatible. (Axel Bender) Solution: Make a difference between left and right menu keys. (closes #10308)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Apr 2022 21:00:04 +0200
parents 5cf6dee0f305
children fdb18b1122f7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4843,
+/**/
     4842,
 /**/
     4841,