commit | ca5bc746073b6fd4b7651bc02f7a18b1b43bd4ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 27 22:08:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 27 22:08:34 2020 +0200 |
tree | 063e03573f9d4292a5b5cc6897abcd1e30005ffc | |
parent | a55ba06f6904af3d6a78fc90358cf72d4f2e8450 [diff] [blame] |
patch 8.2.0833: mapping <C-bslash> doesn't work in the GUI Problem: Mapping <C-bslash> doesn't work in the GUI. Solution: Reset seenModifyOtherKeys when starting the GUI. (closes #6150)
diff --git a/src/version.c b/src/version.c index 463025c..44f7f26 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 833, +/**/ 832, /**/ 831,