Skip to content

Commit b4efa15

Browse files
committed
Update original
1 parent 010a2c5 commit b4efa15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/cmdline.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.1. Last change: 2026 Feb 06
1+
*cmdline.txt* For Vim バージョン 9.1. Last change: 2026 Feb 10
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/cmdline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.1. Last change: 2026 Feb 06
1+
*cmdline.txt* For Vim version 9.1. Last change: 2026 Feb 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1383,7 +1383,7 @@ This sets 'complete' to use completion in the current window for |i_CTRL-N|.
13831383
Another example: >
13841384
:au CmdwinEnter [\/\?] startinsert
13851385
This will make Vim start in Insert mode in the command-line window.
1386-
Note: The "\" and "?" needs to be escaped, as this is a |file-pattern|.
1386+
Note: The "/" and "?" needs to be escaped, as this is a |file-pattern|.
13871387
See also |cmdline-autocompletion|.
13881388

13891389
*cmdwin-char*

0 commit comments

Comments
 (0)