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
Expand Up @@ -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 色をサポートしている
Expand Down
4 changes: 3 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down