commit | daff0fb73851ef368ede180dbb3b772e55304ba7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 13:16:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 13:16:46 2020 +0200 |
tree | f670323f2ceef7078bb26398eb8b72871f1e6046 | |
parent | bade44e5cad1b08c85d4a8ba08d94a30458dddfb [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 90ec322..149a3ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1752, +/**/ 1751, /**/ 1750,