summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-03 13:56:24 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-03 13:56:24 +0000
commit1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 (patch)
treefb70c61fa811d9acbbddfc40fed5d54d79208df7 /runtime/doc/map.txt
parent35d8c2010ea6ee5c9bcfa6a8285648172b92ed83 (diff)
patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498
Problem: Using <Plug> with "noremap" does not work. Solution: Always remap <Plug>. (closes #9879, closes #9789)
Diffstat (limited to 'runtime/doc/map.txt')
-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 61e3127024..877be58098 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -80,6 +80,8 @@ modes.
where the map command applies. Disallow mapping of
{rhs}, to avoid nested and recursive mappings. Often
used to redefine a command.
+ Note: When <Plug> appears in the {rhs} this part is
+ always applied even if remapping is disallowed.
:unm[ap] {lhs} |mapmode-nvo| *:unm* *:unmap*