File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff line change 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 | .
13831383Another 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*
13901390The character used for the pattern indicates the type of command-line:
You can’t perform that action at this time.
0 commit comments