diff --git a/doc/version9.jax b/doc/version9.jax index 58303998c..2e9edfe7c 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08 VIMリファレンスマニュアル by Bram Moolenaar @@ -41635,6 +41635,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート - ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT" - オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻 り値の型、返されるキーを簡略化するかどうかを制御する +- 複数行の補完を期待通りに処理する *added-9.2* 追加要素 ~ @@ -41691,6 +41692,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート オプション: ~ 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 +'eventignorewin' ウィンドウ内で無視される自動コマンドイベント 'findfunc' |:find| コマンドの結果を取得するための Vim の関数 'messagesopt' |:messages| と |hit-enter| プロンプトを設定する 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする diff --git a/en/version9.txt b/en/version9.txt index 68287d3e2..3614ce3d2 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Feb 01 +*version9.txt* For Vim version 9.1. Last change: 2025 Feb 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41638,6 +41638,7 @@ Changed~ - new digraph "APPROACHES THE LIMIT" using ".=" - Add the optional {opts} |Dict| argument to |getchar()| to control: cursor behaviour, return type and whether or not to simplify the returned key +- handle multi-line completion as expected *added-9.2* Added ~ @@ -41696,6 +41697,7 @@ Options: ~ 'completeitemalign' Order of |complete-items| in Insert mode completion popup +'eventignorewin' autocommand events that are ignored in a window 'findfunc' Vim function to obtain the results for a |:find| command 'messagesopt' configure |:messages| and |hit-enter| prompt