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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -12082,7 +12082,7 @@ wildtrigger() *wildtrigger()*
12082
12082
のが見つからない場合でもビープ音を鳴らさず、全体的に静かに動作
12083
12083
する。そのため、|:autocmd| などから自動的に補完を開始するのに
12084
12084
適している。
12085
- *cmdline-autocompletion*
12085
+ *cmdline-autocompletion*
12086
12086
例: コマンドラインで入力中に補完メニューを自動的に表示させるに
12087
12087
は、以下を使用する: >
12088
12088
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12344,7 +12344,7 @@ wildtrigger() *wildtrigger()*
12344
12344
produce a beep when no matches are found and generally
12345
12345
operates more quietly. This makes it suitable for triggering
12346
12346
completion automatically, such as from an | :autocmd | .
12347
- *cmdline-autocompletion*
12347
+ *cmdline-autocompletion*
12348
12348
Example: To make the completion menu pop up automatically as
12349
12349
you type on the command line, use: >
12350
12350
autocmd CmdlineChanged [:/?] call wildtrigger()
You can’t perform that action at this time.
0 commit comments