commit | 828ffd596394f714270a01a55fc3f949a8bd9b35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 23:24:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 23:24:00 2019 +0100 |
tree | bed4a6135c83477a62c792937cc0709eb05d0b96 | |
parent | 556ae8ea28b4e3e9fc47ad130795009a3080146e [diff] [blame] |
patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work Problem: With modifyOtherKeys CTRL-^ doesn't work. Solution: Handle the exception.
diff --git a/src/version.c b/src/version.c index 0fa2f7d..9037349 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2333, +/**/ 2332, /**/ 2331,