aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-08 06:51:57 +0800
committerGitHub <noreply@github.com>2024-10-07 22:51:57 +0000
commit5805716ca4dac8f214ed5fd8c3f0a5905a394e8c (patch)
tree6ae65a1994bbeda5f72e16fc4a8d7ae18a9f6348 /runtime
parent376de1483ee5380aaf5d2b6bb93d6ba245bfc329 (diff)
downloadrneovim-5805716ca4dac8f214ed5fd8c3f0a5905a394e8c.tar.gz
rneovim-5805716ca4dac8f214ed5fd8c3f0a5905a394e8c.tar.bz2
rneovim-5805716ca4dac8f214ed5fd8c3f0a5905a394e8c.zip
vim-patch:9.1.0765: No test for patches 6.2.418 and 7.3.489 (#30713)
Problem: No test for patches 6.2.418 and 7.3.489 Solution: Add a test. Fix some whitespace problems in test_mapping.vim. Document the behavior (zeertzjq). closes: vim/vim#15815 https://github.com/vim/vim/commit/5df3cb2898d8b4ad42ac367a436afc79bffecfb4
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/map.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 7fd1f3bfbb..4a4e34661f 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -66,6 +66,8 @@ modes.
where the map command applies. Disallow mapping of
{rhs}, to avoid nested and recursive mappings. Often
used to redefine a command.
+ Note: Keys in {rhs} also won't trigger abbreviation,
+ with the exception of |i_CTRL-]| and |c_CTRL-]|.
Note: When <Plug> appears in the {rhs} this part is
always applied even if remapping is disallowed.