mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user