Skip to content

Commit ffd29f4

Browse files
committed
Update options.{txt,jax}
1 parent b1b9729 commit ffd29f4

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

doc/options.jax

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Feb 17
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Feb 25
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -2308,14 +2308,16 @@ Note 1番目の形式では、行全体がオプション指定に使われる
23082308
fuzzy 補完候補に対して |fuzzy-matching| を有効にする。これによ
23092309
り、より柔軟で直感的なマッチングが可能になり、文字をスキッ
23102310
プしたり、正確なシーケンスが入力されていなくてもマッチを見
2311-
つけることができる。
2311+
つけることができる (シソーラス補完 |compl-thesaurus| では
2312+
無効)。
23122313

23132314
longest
23142315
'autocomplete' が無効の場合、マッチした単語の最長共通プリ
2315-
フィックスのみが挿入される。ポップアップメニューが表示され
2316-
ている場合は、CTRL-L で文字を追加できる。大文字小文字が無
2317-
視されるかどうかは、補完の種類によって異なる。バッファ内の
2318-
テキストには、'ignorecase' オプションが適用される。
2316+
フィックスのみが挿入される (シソーラス補完
2317+
|compl-thesaurus| では無効)。ポップアップメニューが表示さ
2318+
れている場合は、CTRL-L で文字を追加できる。大文字小文字が
2319+
無視されるかどうかは、補完の種類によって異なる。バッファ内
2320+
のテキストには、'ignorecase' オプションが適用される。
23192321

23202322
'autocomplete' が有効で、補完項目が選択されていない場合、
23212323
マッチした候補の中の最長共通プリフィックスがカーソルの後ろ
@@ -3618,6 +3620,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
36183620
|RemoteReply|,
36193621
|SafeState|,
36203622
|SafeStateAgain|,
3623+
|SessionLoadPre|,
36213624
|SessionLoadPost|,
36223625
|SessionWritePost|,
36233626
|ShellCmdPost|,
@@ -9146,9 +9149,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
91469149

91479150
|ConPTY| のサポートはプラットフォーム次第である。Windows 10 October
91489151
2018 Update は、ConPTYをサポートする最初のバージョンだが、それでもまだ
9149-
不安定と考えられている。Windows 10 の次のリリースでは、ConPTY が安定す
9150-
る可能性がある。winpty のサポートはインストールする必要がある。どちら
9151-
もサポートされていない場合は、端末ウィンドウを開くことはできない。
9152+
不安定と考えられている。ConPTY は Windows 11 の初期リリースで安定した。
9153+
winpty のサポートはインストールする必要がある。どちらもサポートされて
9154+
いない場合は、端末ウィンドウを開くことはできない。
91529155

91539156
*'terse'* *'noterse'*
91549157
'terse' 切替 (既定ではオフ)

en/options.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Feb 17
1+
*options.txt* For Vim version 9.2. Last change: 2026 Feb 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2257,11 +2257,13 @@ A jump table for the options with a short description can be found at |Q_op|.
22572257
fuzzy Enable |fuzzy-matching| for completion candidates. This
22582258
allows for more flexible and intuitive matching, where
22592259
characters can be skipped and matches can be found even
2260-
if the exact sequence is not typed.
2260+
if the exact sequence is not typed (disabled for thesaurus
2261+
completion |compl-thesaurus|).
22612262

22622263
longest
22632264
When 'autocomplete' is not active, only the longest common
2264-
prefix of the matches is inserted. If the popup menu is
2265+
prefix of the matches is inserted (disabled for thesaurus
2266+
completion |compl-thesaurus|). If the popup menu is
22652267
displayed, you can use CTRL-L to add more characters.
22662268
Whether case is ignored depends on the type of completion.
22672269
For buffer text the 'ignorecase' option applies.
@@ -3593,6 +3595,7 @@ A jump table for the options with a short description can be found at |Q_op|.
35933595
|SafeState|,
35943596
|SafeStateAgain|,
35953597
|SessionLoadPost|,
3598+
|SessionLoadPre|,
35963599
|SessionWritePost|,
35973600
|ShellCmdPost|,
35983601
|SigUSR1|,
@@ -9118,8 +9121,8 @@ A jump table for the options with a short description can be found at |Q_op|.
91189121

91199122
|ConPTY| support depends on the platform. Windows 10 October 2018
91209123
Update is the first version that supports ConPTY, however it is still
9121-
considered unstable. ConPTY might become stable in the next release
9122-
of Windows 10. winpty support needs to be installed. If neither is
9124+
considered unstable. ConPTY has become stable with the initial release
9125+
of Windows 11. winpty support needs to be installed. If neither is
91239126
supported then you cannot open a terminal window.
91249127

91259128
*'terse'* *'noterse'*

0 commit comments

Comments
 (0)