Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 25


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

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

オプション: ~

'autocompletion' 自動補完を有効にする |ins-autocompletion|
'chistory' quickfix スタックのサイズ |quickfix-stack|
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
集を有効にする
Expand Down
4 changes: 3 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 21
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 25


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

Platform specific~
-----------------
Expand Down Expand Up @@ -41809,6 +41810,7 @@ Ex-Commands: ~

Options: ~

'autocompletion' Enable auto completion |ins-autocompletion|
'chistory' Size of the quickfix stack |quickfix-stack|.
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
|ins-completion| modes
Expand Down