diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-08 21:51:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-08 21:51:59 +0000 |
commit | 2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b (patch) | |
tree | 193ef7f4cab9dd35f6a88f7767526bd8c4029465 /runtime/doc/map.txt | |
parent | b2810f123cbf4b585f8bc5f0e594a6690d95729a (diff) | |
download | vim-git-2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 479f447e5..e87d4308b 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 Dec 24 +*map.txt* For Vim version 8.2. Last change: 2022 Jan 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -6,7 +6,7 @@ Key mapping, abbreviations and user-defined commands. -This subject is introduced in sections |05.3|, |24.7| and |40.1| of the user +This subject is introduced in sections |05.4|, |24.7| and |40.1| of the user manual. 1. Key mapping |key-mapping| @@ -97,8 +97,7 @@ modes. map command applies. The mapping may remain defined for other modes where it applies. It also works when {lhs} matches the {rhs} of a - mapping. This is for when when an abbreviation - applied. + mapping. This is for when an abbreviation applied. Note: Trailing spaces are included in the {lhs}. This unmap does NOT work: > :map @@ foo |