diff --git a/doc/version9.jax b/doc/version9.jax index c42cc101d..7a9403648 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -41621,7 +41621,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート - |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース - 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ ファ間の変更が揃えられ、Vim での diff のハイライトが改善される -- 'completeopt' の新しいオプション値 "nosort" +- 'completeopt' の新しいオプション値: + "nosort" - 補完結果をソートしない + "preinsert" - 挿入する値をハイライトする - |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、 |netrw| から切り離す - 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている diff --git a/en/version9.txt b/en/version9.txt index e2243f604..87c603960 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -41625,7 +41625,9 @@ Changed~ the "matches" key - |v:stacktrace| The stack trace of the exception most recently caught and not finished -- New option value "nosort" for 'completeopt' +- New option value for 'completeopt': + "nosort" - do not sort completion results + "preinsert" - highlight to be inserted values - add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library| and decouple it from |netrw| - 'termguicolors' is automatically enabled if the terminal supports the RGB