runtime(doc): fix a typo in :map-local
Commit:
https://github.com/vim/vim/commit/6845c7a63d573682b82d03d4ad606d27547f9498
Author: nyngwang <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wQ9Yu-00GwMt-6z%40256bit.org.