summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-16 19:18:26 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-16 19:18:26 +0000
commit519cc559b08b800edc429688aece7ad6a00d41eb (patch)
tree483c495c0c3f86c496937f256ec9defcce5e46f0 /runtime/doc/map.txt
parent728104da6cd561b8cb2c7142769f7526d725958e (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index f50377b4ef..4b5dd63305 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 8.2. Last change: 2021 Oct 19
+*map.txt* For Vim version 8.2. Last change: 2021 Nov 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -61,6 +61,8 @@ modes.
where the map command applies. The result, including
{rhs}, is then further scanned for mappings. This
allows for nested and recursive use of mappings.
+ Note: Trailing spaces are included in the {rhs},
+ because space is a valid Normal mode command.
*:nore* *:norem*
:no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor*
@@ -1560,6 +1562,7 @@ Possible values are (second column is the short name used in listing):
Special cases ~
*:command-bang* *:command-bar*
*:command-register* *:command-buffer*
+ *:command-keepscript*
There are some special cases as well:
-bang The command can take a ! modifier (like :q or :w)