File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
1+ *builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -12082,7 +12082,7 @@ wildtrigger() *wildtrigger()*
1208212082 のが見つからない場合でもビープ音を鳴らさず、全体的に静かに動作
1208312083 する。そのため、|:autocmd| などから自動的に補完を開始するのに
1208412084 適している。
12085- *cmdline-autocompletion*
12085+ *cmdline-autocompletion*
1208612086 例: コマンドラインで入力中に補完メニューを自動的に表示させるに
1208712087 は、以下を使用する: >
1208812088 autocmd CmdlineChanged [:/?] call wildtrigger()
Original file line number Diff line number Diff line change 1- *builtin.txt* For Vim version 9.1. Last change: 2025 Jul 21
1+ *builtin.txt* For Vim version 9.1. Last change: 2025 Jul 22
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12344,7 +12344,7 @@ wildtrigger() *wildtrigger()*
1234412344 produce a beep when no matches are found and generally
1234512345 operates more quietly. This makes it suitable for triggering
1234612346 completion automatically, such as from an | :autocmd | .
12347- *cmdline-autocompletion*
12347+ *cmdline-autocompletion*
1234812348 Example: To make the completion menu pop up automatically as
1234912349 you type on the command line, use: >
1235012350 autocmd CmdlineChanged [:/?] call wildtrigger()
You can’t perform that action at this time.
0 commit comments