diff --git a/doc/version9.jax b/doc/version9.jax index 384b922c5..ba2fda218 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28 VIMリファレンスマニュアル by Bram Moolenaar @@ -41606,6 +41606,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート |py3eval()| - |getwininfo()| はウィンドウの "leftcol" プロパティも返すようになりました - 'rulerformat' は |stl-%!| 項目をサポートするようになりました +- デフォルトの 'history' オプションの値が 200 に増加され、|defaults.vim| から + 削除されました *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 04d1a92bd..b9977a9f2 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Nov 27 +*version9.txt* For Vim version 9.1. Last change: 2024 Nov 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41609,6 +41609,8 @@ Changed~ - 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 +- the default 'history' option value has been increased to 200 and removed + from |defaults.vim| *added-9.2* Added ~