Skip to content

Commit 5fc1fba

Browse files
committed
Update by original
1 parent d522982 commit 5fc1fba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/options.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -9824,7 +9824,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
98249824
< 'wildchar' は、|/|、|?|、|:s|、|:g|、|:v|、|:vim| などの検索パターンコ
98259825
ンテキストでも補完を有効にする。補完をトリガーする代わりに、文字の
98269826
<Tab> を挿入するには、<C-V><Tab> または "\t" と入力する。
9827-
|'wildoptions'| も参照。
9827+
|'wildoptions'| および |wildtrigger()| も参照。
98289828
NOTE: このオプションは 'compatible' がオンになると Vi の既定値に設定さ
98299829
れ、'compatible' がオフになると Vim の既定値に設定されるので注意。
98309830

en/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*options.txt* For Vim version 9.1. Last change: 2025 Jul 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9797,7 +9797,7 @@ A jump table for the options with a short description can be found at |Q_op|.
97979797
< 'wildchar' also enables completion in search pattern contexts such as
97989798
|/|, |?|, |:s|, |:g|, |:v|, and |:vim|. To insert a literal <Tab>
97999799
instead of triggering completion, type <C-V><Tab> or "\t".
9800-
See also |'wildoptions'|.
9800+
See also 'wildoptions' and |wildtrigger()|.
98019801
NOTE: This option is set to the Vi default value when 'compatible' is
98029802
set and to the Vim default value when 'compatible' is reset.
98039803

0 commit comments

Comments
 (0)