]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typo in runtime/doc/cmdline.txt
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 10 Feb 2026 21:46:22 +0000 (22:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 10 Feb 2026 21:46:22 +0000 (22:46 +0100)
closes: #19378

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/cmdline.txt

index 52c1f4f3b598e367f5108ae791abf5275e8d7fcd..4936b17fdfd866dc3a7533106b331f1469942c4c 100644 (file)
@@ -1,4 +1,4 @@
-*cmdline.txt*  For Vim version 9.1.  Last change: 2026 Feb 06
+*cmdline.txt*  For Vim version 9.1.  Last change: 2026 Feb 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1383,7 +1383,7 @@ This sets 'complete' to use completion in the current window for |i_CTRL-N|.
 Another example: >
        :au CmdwinEnter [\/\?]  startinsert
 This will make Vim start in Insert mode in the command-line window.
-Note: The "\" and "?" needs to be escaped, as this is a |file-pattern|.
+Note: The "/" and "?" needs to be escaped, as this is a |file-pattern|.
 See also |cmdline-autocompletion|.
 
                                                *cmdwin-char*