diff --git a/doc/version9.jax b/doc/version9.jax index 353822b87..cfa96ca90 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41593,6 +41593,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 "preinsert" - 挿入する値をハイライトする "nearest" - カーソルまでの距離で補完結果をソートする - ワイルドカード展開をトリガーする新しい関数 |wildtrigger()| +- 自動補完のサポートが追加された |ins-autocompletion| プラットフォーム固有~ -------------------- @@ -41794,6 +41795,7 @@ Ex コマンド: ~ オプション: ~ +'autocompletion' 自動補完を有効にする |ins-autocompletion| 'chistory' quickfix スタックのサイズ |quickfix-stack| 'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収 集を有効にする diff --git a/en/version9.txt b/en/version9.txt index 10b47424f..a82676c42 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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~ ----------------- @@ -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