Skip to content

Commit b871642

Browse files
authored
Merge pull request #2196 from h-east/update-version9
Update version9.{txt,jax}
2 parents 6842465 + 02f66e8 commit b871642

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41593,6 +41593,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4159341593
"preinsert" - 挿入する値をハイライトする
4159441594
"nearest" - カーソルまでの距離で補完結果をソートする
4159541595
- ワイルドカード展開をトリガーする新しい関数 |wildtrigger()|
41596+
- 自動補完のサポートが追加された |ins-autocompletion|
4159641597

4159741598
プラットフォーム固有~
4159841599
--------------------
@@ -41794,6 +41795,7 @@ Ex コマンド: ~
4179441795

4179541796
オプション: ~
4179641797

41798+
'autocompletion' 自動補完を有効にする |ins-autocompletion|
4179741799
'chistory' quickfix スタックのサイズ |quickfix-stack|
4179841800
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
4179941801
集を有効にする

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 21
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41604,6 +41604,7 @@ Completion~
4160441604
"preinsert" - highlight to be inserted values
4160541605
"nearest" - sort completion results by distance to cursor
4160641606
- new function |wildtrigger()| to trigger wildcard expansion
41607+
- Support for Autocompletion has been added |ins-autocompletion|
4160741608

4160841609
Platform specific~
4160941610
-----------------
@@ -41809,6 +41810,7 @@ Ex-Commands: ~
4180941810

4181041811
Options: ~
4181141812

41813+
'autocompletion' Enable auto completion |ins-autocompletion|
4181241814
'chistory' Size of the quickfix stack |quickfix-stack|.
4181341815
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4181441816
|ins-completion| modes

0 commit comments

Comments
 (0)