commit | 88d3d09e07dbe0e3ea450bc554e2aadc451450d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 16:00:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 16:00:47 2019 +0200 |
tree | d39815b1a82893d0a6c8ae62c0d2868a35be288c | |
parent | 83e9a1ce75818a78c5ddf8dcfb820634ca6fabff [diff] [blame] |
patch 8.1.2191: when using modifyOtherKeys CTRL-X mode may not work Problem: When using modifyOtherKeys CTRL-X mode may not work. Solution: Recognize a control character also in the form with a modifier.
diff --git a/src/version.c b/src/version.c index caf8ccf..c9c0943 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2191, +/**/ 2190, /**/ 2189,