commit | 2cd0f27b75c4497bec872819a965b3d6b4d55030 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Oct 04 20:14:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 20:14:28 2022 +0100 |
tree | 4949cd7728a75470f146acd7778160b86da6059f | |
parent | caf05f504e062642c35a919b04f1b5638f994602 [diff] [blame] |
patch 9.0.0660: mapping with CTRL keys does not work in the GUI Problem: Mapping with CTRL keys does not work in the GUI. Solution: Recognize CSI next to K_SPECIAL. (closes #11275, closes #11270)
diff --git a/src/version.c b/src/version.c index ce0dce0..3adb513 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 660, +/**/ 659, /**/ 658,