mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 19:11:52 +00:00
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:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user