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: 2024 Nov 14
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41604,6 +41604,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
- |vimtutor| を改良し、より高度なヒントを記載した第 2 章を追加します。
- ローカルの Vim script変数を Python インタープリターに渡すことができます
|py3eval()|
- |getwininfo()| はウィンドウの "leftcol" プロパティも返すようになりました
- 'rulerformat' は |stl-%!| 項目をサポートするようになりました

*added-9.2*
追加要素 ~
Expand Down
4 changes: 3 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: 2024 Nov 14
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41607,6 +41607,8 @@ Changed~
started via |:Tutor|
- improve the |vimtutor| and add a second chapter for more advanced tips
- allow to pass local Vim script variables to python interpreter |py3eval()|
- |getwininfo()| now also returns the "leftcol" property for a window
- 'rulerformat' now supports the |stl-%!| item

*added-9.2*
Added ~
Expand Down