commit | f4ae6b245a54f11dd967d06b80f30e5abf55fb82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 30 19:52:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 30 19:52:46 2020 +0200 |
tree | 2168d44f4056abd29debc3939158f31add0bf3e0 | |
parent | 95da136142628e06425f9d9eb2d1ca56a9e48feb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6fb570d..da31699 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 851, +/**/ 850, /**/ 849,