]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1019: mapping <M-S-a> does not work in the GUI v8.2.1019
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Jun 2020 12:43:23 +0000 (14:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Jun 2020 12:43:23 +0000 (14:43 +0200)
commitef6746f637adbdb6860b4fa0266c43c49fa498bc
treebc6c972c44330f8abab831c728f535326d35aaa8
parent280b0dc815a31b99dafc384baa415072e5f2bec1
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.
src/gui_gtk_x11.c
src/misc2.c
src/proto/misc2.pro
src/term.c
src/version.c