Skip to content

Commit 010a2c5

Browse files
committed
Update cmdline.{txt,jax}
1 parent b0854e1 commit 010a2c5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/cmdline.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
1+
*cmdline.txt* For Vim バージョン 9.1. Last change: 2026 Feb 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1311,9 +1311,9 @@ Cmdwin イベントを使用してコマンドラインウィンドウ専用の
13111311
これはカレントウィンドウで |i_CTRL-N| によって補完を行うよう 'complete' を設定
13121312
する。
13131313
別の例: >
1314-
:au CmdwinEnter [/\?] startinsert
1314+
:au CmdwinEnter [\/\?] startinsert
13151315
こうすれば、コマンドラインウィンドウではVimは挿入モードに移る。
1316-
Note: これは |file-pattern| なので、"?" をエスケープする必要がある。
1316+
Note: これは |file-pattern| なので、"/" および "?" をエスケープする必要がある。
13171317
|cmdline-autocompletion| も参照。
13181318

13191319
*cmdwin-char*

en/cmdline.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1381,10 +1381,10 @@ Example: >
13811381
:au CmdwinLeave : let &cpt = b:cpt_save
13821382
This sets 'complete' to use completion in the current window for |i_CTRL-N|.
13831383
Another example: >
1384-
:au CmdwinEnter [/\?] startinsert
1384+
:au CmdwinEnter [\/\?] startinsert
13851385
This will make Vim start in Insert mode in the command-line window.
1386-
Note: The "?" needs to be escaped, as this is a |file-pattern|. See also
1387-
|cmdline-autocompletion|.
1386+
Note: The "\" and "?" needs to be escaped, as this is a |file-pattern|.
1387+
See also |cmdline-autocompletion|.
13881388

13891389
*cmdwin-char*
13901390
The character used for the pattern indicates the type of command-line:

0 commit comments

Comments
 (0)