]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0765: In the GUI can't use all the modifiers. v8.2.0765
authorBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 12:01:51 +0000 (14:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 12:01:51 +0000 (14:01 +0200)
commitfd615a3c901f59abddca27c6a09940be552c0f4d
tree75fdd6532b664e0a7971b309c07242aac28d4571
parenta6e67e4f41386c3e6eab7e047671c6d32f6cb0dc
patch 8.2.0765: In the GUI can't use all the modifiers.

Problem:    In the GUI can't use all the modifiers. (Andri Möll)
Solution:   Do not apply Alt/Meta early, do it later like with the terminal.
            Avoid the Motif test from crashing.
src/gui_gtk_x11.c
src/gui_mac.c
src/gui_motif.c
src/gui_w32.c
src/gui_x11.c
src/version.c