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
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 12


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

*added-9.2*
追加要素 ~
Expand Down
5 changes: 4 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 02
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 12


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

*added-9.2*
Added ~
Expand Down
Loading