commit | fd615a3c901f59abddca27c6a09940be552c0f4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 16 14:01:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 16 14:01:51 2020 +0200 |
tree | 75fdd6532b664e0a7971b309c07242aac28d4571 | |
parent | a6e67e4f41386c3e6eab7e047671c6d32f6cb0dc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b361ded..a65aaf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 765, +/**/ 764, /**/ 763,