commit | 6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1 | [log] [tgz] |
---|---|---|
author | Anton Sharonov <anton.sharonov@gmail.com> | Sun Jul 31 12:26:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 12:26:05 2022 +0100 |
tree | 85411629d1035c4e6badbbe85be446c41f7583ae | |
parent | dbdcc799109f0893856f07e03214206723cfdcf6 [diff] [blame] |
patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space Problem: MS-Windows GUI: cannot use AltGr + Space. Solution: Check for VK_MENU instead of VK_LMENU. (Anton Sharonov, closes #10820, closes #10753)
diff --git a/src/version.c b/src/version.c index 0a38f39..c5b7679 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 120, +/**/ 119, /**/ 118,