]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI v8.2.0851
authorBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 17:52:46 +0000 (19:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 17:52:46 +0000 (19:52 +0200)
commitf4ae6b245a54f11dd967d06b80f30e5abf55fb82
tree2168d44f4056abd29debc3939158f31add0bf3e0
parent95da136142628e06425f9d9eb2d1ca56a9e48feb
patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI

Problem:    Can't distinguish <M-a> from accented "a" in the GUI.
Solution:   Use another way to make mapping <C-bslash> work. (closes #6163)
src/getchar.c
src/gui.c
src/gui_gtk_x11.c
src/version.c