commit | 3ab3a864814f903da8a158c01820e4fbe1013c08 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat May 06 16:22:04 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 16:22:04 2023 +0100 |
tree | bcbd4d89d2496377bf29c708306b4c45807dbe58 | |
parent | 03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b [diff] [blame] |
patch 9.0.1516: cannot use special keys in <Cmd> mapping Problem: Cannot use special keys in <Cmd> mapping. Solution: Do allow for special keys in <Cmd> and <ScriptCmd> mappings. (closes #12326)
diff --git a/src/version.c b/src/version.c index 8ec68de..260afa8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1516, +/**/ 1515, /**/ 1514,