Skip to content

Commit bb03448

Browse files
authored
Merge pull request #1916 from h-east/update-version9
Update version9.{txt,jax}
2 parents 4624e5b + 729bece commit bb03448

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/version9.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41621,6 +41621,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4162141621
- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される
4162241622
マッチのリストを返す
4162341623
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
41624+
- 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ
41625+
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
4162441626

4162541627
*added-9.2*
4162641628
追加要素 ~

en/version9.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 02
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41625,6 +41625,9 @@ Changed~
4162541625
the "matches" key
4162641626
- |v:stacktrace| The stack trace of the exception most recently caught and
4162741627
not finished
41628+
- include the linematch algorithm for the 'diffopt' setting. This aligns
41629+
changes between buffers on similar lines improving the diff highlighting in
41630+
Vim
4162841631

4162941632
*added-9.2*
4163041633
Added ~

0 commit comments

Comments
 (0)