neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d1238b9da476479db5ca28cf8118ee9b62c2d24d
parent 1e9143879d6b05bf7e4ed2a59d64d18418d2594f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 11 Feb 2026 08:02:23 +0800

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 <h.east.727@gmail.com>
Diffstat:
Mruntime/doc/cmdline.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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*