vim-patch:61e96c5: runtime(doc): Fix typo in runtime/doc/cmdline.txt (#37809)

closes: vim/vim#19378

61e96c5a95

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2026-02-11 08:02:23 +08:00
committed by GitHub
parent 1e9143879d
commit d1238b9da4

View File

@@ -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*