summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-06 16:22:04 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 16:22:04 +0100
commit3ab3a864814f903da8a158c01820e4fbe1013c08 (patch)
treebcbd4d89d2496377bf29c708306b4c45807dbe58 /runtime
parent03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b (diff)
downloadvim-git-3ab3a864814f903da8a158c01820e4fbe1013c08.tar.gz
patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516
Problem: Cannot use special keys in <Cmd> mapping. Solution: Do allow for special keys in <Cmd> and <ScriptCmd> mappings. (closes #12326)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/map.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index fb92ea34c..8f2fe7573 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -408,10 +408,6 @@ Note:
by <CR> in the {rhs} of the mapping definition. |Command-line| mode is never
entered.
- *E1137*
-<Cmd> and <ScriptCmd> commands can have only normal characters and cannot
-contain special characters like function keys.
-
1.3 MAPPING AND MODES *:map-modes*
*mapmode-nvo* *mapmode-n* *mapmode-v* *mapmode-o*