Skip to content

Commit 17b18ff

Browse files
authored
Merge pull request #1924 from h-east/update-version9
Update version9.{txt,jax}
2 parents e80731f + 757b6e6 commit 17b18ff

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

doc/version9.jax

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 18
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41552,15 +41552,15 @@ Wayland UI のサポート
4155241552

4155341553
XDG デスクトップ仕様 |xdg-base-dir| のサポート
4155441554

41555-
|ins-completion-menu| の挿入モード補完およびコマンドライン補完でマッチしたテキ
41556-
ストのハイライトをサポート。
41557-
41558-
|ins-completion-menu| で補完の種類のハイライトをサポート。|complete-items| を
41559-
参照。
41560-
4156141555
|gettext()| および |bindtextdomain()| 関数を使用して Vim script プラグインで
4156241556
メッセージを翻訳するためのサポート。
4156341557

41558+
|ins-completion-menu| で、挿入モード補完とコマンドライン補完の一致したテキスト
41559+
と補完の種類のハイライトをサポートする。|complete-items| を参照
41560+
41561+
'diffopt' 設定に "linematch" アルゴリズムを含める。これにより、類似の行のバッ
41562+
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41563+
4156441564
*changed-9.2*
4156541565
変更点 ~
4156641566
------
@@ -41621,6 +41621,11 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4162141621
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
4162241622
- 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ
4162341623
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41624+
- 'completeopt' の新しいオプション値 "nosort"
41625+
- |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、
41626+
|netrw| から切り離す
41627+
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている
41628+
場合、'termguicolors' は自動的に有効になる
4162441629

4162541630
*added-9.2*
4162641631
追加要素 ~

en/version9.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 18
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41560,15 +41560,17 @@ Support for Wayland UI.
4156041560

4156141561
Support for the XDG Desktop Specification |xdg-base-dir|
4156241562

41563-
Support highlighting the matched text for insert-mode completion and
41564-
command-line completion in |ins-completion-menu|.
41565-
41566-
Support highlighting the completion kind in |ins-completion-menu|, see
41567-
|complete-items|.
41568-
4156941563
Support for translating messages in Vim script plugins using the |gettext()|
4157041564
and |bindtextdomain()| functions.
4157141565

41566+
Support highlighting the matched text and the completion kind for insert-mode
41567+
completion and command-line completion in |ins-completion-menu|, see
41568+
|complete-items|
41569+
41570+
Include the "linematch" algorithm for the 'diffopt' setting. This aligns
41571+
changes between buffers on similar lines improving the diff highlighting in
41572+
Vim
41573+
4157241574
*changed-9.2*
4157341575
Changed~
4157441576
-------
@@ -41623,9 +41625,11 @@ Changed~
4162341625
the "matches" key
4162441626
- |v:stacktrace| The stack trace of the exception most recently caught and
4162541627
not finished
41626-
- include the linematch algorithm for the 'diffopt' setting. This aligns
41627-
changes between buffers on similar lines improving the diff highlighting in
41628-
Vim
41628+
- New option value "nosort" for 'completeopt'
41629+
- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library|
41630+
and decouple it from |netrw|
41631+
- 'termguicolors' is automatically enabled if the terminal supports the RGB
41632+
terminfo capability or supports 0x1000000 colors
4162941633

4163041634
*added-9.2*
4163141635
Added ~

0 commit comments

Comments
 (0)