diff --git a/doc/version9.jax b/doc/version9.jax index 22f5eba5a..98f0368ef 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 03 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -41602,6 +41602,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート - 対話型 tutor プラグイン |vim-tutor-mode| が追加されました。|:Tutor| から起動 できます。 - |vimtutor| を改良し、より高度なヒントを記載した第 2 章を追加します。 +- ローカルの Vim script変数を Python インタープリターに渡すことができます + |py3eval()| *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 999a09cfc..c4022d888 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Nov 03 +*version9.txt* For Vim version 9.1. Last change: 2024 Nov 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41606,6 +41606,7 @@ Changed~ - an interactive tutor plugin has been included |vim-tutor-mode|, can be 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()| *added-9.2* Added ~