commit | c47b16a47063735413ebe3885604c4460f724246 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Sep 05 13:05:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 13:05:29 2022 +0100 |
tree | 72e4b67af3a549089d4f0413a1c961ef7e87ce1a | |
parent | c7d2ff2ca03f1f36544a92cb93300eae06bcd0c0 [diff] [blame] |
patch 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets inserted Problem: GUI: when CTRL-D is mapped in Insert mode it gets inserted. (Yasuhiro Matsumoto) Solution: Also recognize modifier starting with CSI. (closes #11057)
diff --git a/src/version.c b/src/version.c index 181417f..3df00f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 385, +/**/ 384, /**/ 383,