From d01cc0b8d0d6fb25efa5fc273e7e75c2165a04cb Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 22 May 2026 06:59:28 +0800 Subject: [PATCH] vim-patch:6845c7a: runtime(doc): fix a typo in :map-local closes: vim/vim#20276 https://github.com/vim/vim/commit/6845c7a63d573682b82d03d4ad606d27547f9498 Co-authored-by: nyngwang --- runtime/doc/map.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 0a8d07e873..441295678d 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -186,7 +186,7 @@ be effective in the current buffer only. Example: > Then you can map ",w" to something else in another buffer: > :map ,w /[#&!] The local buffer mappings are used before the global ones. See 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 "" argument can also be used to clear mappings: > :unmap ,w