File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 12
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41621,6 +41621,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41621
41621
- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される
41622
41622
マッチのリストを返す
41623
41623
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
41624
+ - 'diffopt' 設定にラインマッチアルゴリズムを含める。これにより、類似行のバッ
41625
+ ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
41624
41626
41625
41627
*added-9.2*
41626
41628
追加要素 ~
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41625,6 +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
+ - include the linematch algorithm for the 'diffopt' setting. This aligns
41629
+ changes between buffers on similar lines improving the diff highlighting in
41630
+ Vim
41628
41631
41629
41632
*added-9.2*
41630
41633
Added ~
You can’t perform that action at this time.
0 commit comments