Skip to content

Commit 392afaa

Browse files
authored
Merge pull request #2186 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 15edc9a + ba51780 commit 392afaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

en/builtin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

0 commit comments

Comments
 (0)