summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-12-24 11:01:23 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-24 11:03:06 +0100
commit49cdd629a39d7e40e7349e65cb177e2442871a04 (patch)
treec15f19b2e508d6d04033de43a34651e409cee028 /runtime/doc/map.txt
parentea9964a36f948c1266d43dd8b3890c6f3bdd243d (diff)
runtime(doc): list of new/changed features in version9.txt
closes: #13753 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 1dcd99bf92..f5d85f3fbe 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 9.0. Last change: 2023 May 28
+*map.txt* For Vim version 9.0. Last change: 2023 December 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -406,7 +406,7 @@ Note:
*E1255* *E1136*
<Cmd> and <ScriptCmd> commands must terminate, that is, they must be followed
by <CR> in the {rhs} of the mapping definition. |Command-line| mode is never
-entered.
+entered. To use a literal <CR> in the {rhs}, use |<lt>|.
1.3 MAPPING AND MODES *:map-modes*