commit | ef6746f637adbdb6860b4fa0266c43c49fa498bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 14:43:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 14:43:23 2020 +0200 |
tree | bc6c972c44330f8abab831c728f535326d35aaa8 | |
parent | 280b0dc815a31b99dafc384baa415072e5f2bec1 [diff] [blame] |
patch 8.2.1019: mapping <M-S-a> does not work in the GUI Problem: Mapping <M-S-a> does not work in the GUI. Solution: Move the logic to remove the shift modifier to may_remove_shift_modifier() and also use it in the GUI.
diff --git a/src/version.c b/src/version.c index fdb7c9f..5d7e451 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1019, +/**/ 1018, /**/ 1017,