From d1238b9da476479db5ca28cf8118ee9b62c2d24d Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 11 Feb 2026 08:02:23 +0800 Subject: [PATCH] vim-patch:61e96c5: runtime(doc): Fix typo in runtime/doc/cmdline.txt (#37809) closes: vim/vim#19378 https://github.com/vim/vim/commit/61e96c5a9545e1b946427fd3233ffa0a3a9bdfd2 Co-authored-by: Hirohito Higashi --- runtime/doc/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index e730fa5a82..a9b7acdb20 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1301,7 +1301,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|. *cmdline-char* *cmdwin-char*