commit | aa5fc4ec51b00e91f174ac83c8ff68becf5f42bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 16 18:57:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 16 18:57:53 2020 +0200 |
tree | b674997236b0f56a9d70fa4f01ec6c612db46549 | |
parent | 129d6bf6b3d120b0a4c69e18b5e8602a84e352bf [diff] [blame] |
patch 8.2.0770: cannot map CTRL-B when using the GUI Problem: Cannot map CTRL-B when using the GUI. Solution: Reset the CTRL modifier when used. (closes #6092)
diff --git a/src/version.c b/src/version.c index a1b038f..2776504 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 770, +/**/ 769, /**/ 768,