commit | 202b4bd3a452898cfe3ed72facfbf7cb8199fa4b | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu Apr 28 19:50:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 19:50:54 2022 +0100 |
tree | 54722014f107db4fb2fc338b9c1ea7fd5201105f | |
parent | 211a5bb2353c66684f38527184a258921f95c9d9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0d95a7c..ab771fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4843, +/**/ 4842, /**/ 4841,