diff --git a/doc/version9.jax b/doc/version9.jax index c4ca85b08..384b922c5 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41604,6 +41604,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート - |vimtutor| を改良し、より高度なヒントを記載した第 2 章を追加します。 - ローカルの Vim script変数を Python インタープリターに渡すことができます |py3eval()| +- |getwininfo()| はウィンドウの "leftcol" プロパティも返すようになりました +- 'rulerformat' は |stl-%!| 項目をサポートするようになりました *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 10e13f846..04d1a92bd 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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 ~