commit | c8b204952f0452fe1276d30ae6a5d38a3f421b95 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Wed Jan 04 18:06:00 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 18:06:00 2023 +0000 |
tree | 99d2e5f9508de1990084c12736787b5dc2d7498b | |
parent | 3ac1d97a1d9353490493d30088256360435f7731 [diff] [blame] |
patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)
diff --git a/src/version.c b/src/version.c index 9c38fd9..44d8db9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1146, +/**/ 1145, /**/ 1144,