From: nyngwang Date: Tue, 2 Jun 2026 17:35:54 +0000 (+0000) Subject: runtime(doc): fix a typo in :write-plugin X-Git-Tag: v9.2.0587~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=18c6b91ca94c94db018324cd0f8e768922d39af8;p=thirdparty%2Fvim.git runtime(doc): fix a typo in :write-plugin closes: #20410 Signed-off-by: nyngwang Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_51.txt b/runtime/doc/usr_51.txt index 1ed1b6b376..82bb0faf22 100644 --- a/runtime/doc/usr_51.txt +++ b/runtime/doc/usr_51.txt @@ -1,4 +1,4 @@ -*usr_51.txt* For Vim version 9.2. Last change: 2026 May 28 +*usr_51.txt* For Vim version 9.2. Last change: 2026 Jun 02 VIM USER MANUAL by Bram Moolenaar @@ -220,11 +220,11 @@ case only one item is used. When adding more items, creating a submenu is recommended. For example, "Plugin.CVS" could be used for a plugin that offers CVS operations "Plugin.CVS.checkin", "Plugin.CVS.checkout", etc. -Note that in line 28 ":noremap" is used to avoid that any other mappings cause -trouble. Someone may have remapped ":call", for example. In line 24 we also +Note that in line 26 ":noremap" is used to avoid that any other mappings cause +trouble. Someone may have remapped ":call", for example. In line 22 we also use ":noremap", but we do want "Add" to be remapped. This is why "