commit | d1e2f3984ae0b4e22ba6977eedcf05285819eea9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 18:22:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 18:22:50 2019 +0200 |
tree | d114b8421d66467f89c4d4b9155995097280a2ed | |
parent | e8070987c6ca9b1e14c5305707c6d29c8e58e7c4 [diff] [blame] |
patch 8.1.2142: some key mappings do not work with modifyOtherKeys Problem: Some key mappings do not work with modifyOtherKeys. Solution: Remove the Shift modifier if it is already included in the key.
diff --git a/src/version.c b/src/version.c index c92eb26..74126d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2142, +/**/ 2141, /**/ 2140,