vim-patch:6845c7a: runtime(doc): fix a typo in :map-local

closes: vim/vim#20276

6845c7a63d

Co-authored-by: nyngwang <nyngwang@gmail.com>
This commit is contained in:
zeertzjq
2026-05-22 06:59:28 +08:00
parent f7ad2dd19f
commit d01cc0b8d0

View File

@@ -186,7 +186,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