File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41621,7 +41621,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41621
41621
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
41622
41622
- 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ
41623
41623
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41624
- - 'completeopt' の新しいオプション値 "nosort"
41624
+ - 'completeopt' の新しいオプション値:
41625
+ "nosort" - 補完結果をソートしない
41626
+ "preinsert" - 挿入する値をハイライトする
41625
41627
- |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、
41626
41628
|netrw| から切り離す
41627
41629
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている
Original file line number Diff line number Diff line change @@ -41625,7 +41625,9 @@ Changed~
41625
41625
the "matches" key
41626
41626
- |v:stacktrace| The stack trace of the exception most recently caught and
41627
41627
not finished
41628
- - New option value "nosort" for 'completeopt'
41628
+ - New option value for 'completeopt':
41629
+ "nosort" - do not sort completion results
41630
+ "preinsert" - highlight to be inserted values
41629
41631
- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library|
41630
41632
and decouple it from |netrw|
41631
41633
- 'termguicolors' is automatically enabled if the terminal supports the RGB
You can’t perform that action at this time.
0 commit comments