1
0
forked from aniani/vim

patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>

Problem:    GTK GUI: cannot map alt-? with <A-?>. (Ingo Karkat)
Solution:   Adjust the characters for which the shift modifier is removed.
            (closes #7016)  Make Motif and Win32 use the same function as GTK.
This commit is contained in:
Bram Moolenaar
2020-09-27 13:16:46 +02:00
parent bade44e5ca
commit daff0fb738
5 changed files with 22 additions and 6 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1752,
/**/
1751,
/**/