Skip to content

Commit a2740bf

Browse files
authored
Merge pull request #1928 from h-east/update-version9
Update version9.{txt,jax}
2 parents 81bae15 + d5c5943 commit a2740bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41621,7 +41621,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4162141621
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
4162241622
- 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ
4162341623
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41624-
- 'completeopt' の新しいオプション値 "nosort"
41624+
- 'completeopt' の新しいオプション値:
41625+
"nosort" - 補完結果をソートしない
41626+
"preinsert" - 挿入する値をハイライトする
4162541627
- |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、
4162641628
|netrw| から切り離す
4162741629
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41625,7 +41625,9 @@ Changed~
4162541625
the "matches" key
4162641626
- |v:stacktrace| The stack trace of the exception most recently caught and
4162741627
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
4162941631
- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library|
4163041632
and decouple it from |netrw|
4163141633
- 'termguicolors' is automatically enabled if the terminal supports the RGB

0 commit comments

Comments
 (0)