runtime(doc): fix a typo in :map-local
Commit:
https://github.com/vim/vim/commit/6845c7a63d573682b82d03d4ad606d27547f9498
Author: nyngwang <
nyng...@gmail.com>
Date: Thu May 21 19:54:22 2026 +0000
runtime(doc): fix a typo in :map-local
closes:
https://github.com/vim/vim/issues/20276
Signed-off-by: nyngwang <
nyng...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 5d9bed83b..58f27d099 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 9.2. Last change: 2026 May 17
+*map.txt* For Vim version 9.2. Last change: 2026 May 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -208,7 +208,7 @@ be effective in the current buffer only. Example: >
Then you can map ",w" to something else in another buffer: >
:map <buffer> ,w /[#&!]<CR>
The local buffer mappings are used before the global ones. See <nowait> below
-to make a short local mapping not taking effect when a longer global one
+to make a short local mapping taking effect when a longer global one
exists.
The "<buffer>" argument can also be used to clear mappings: >
:unmap <buffer> ,w