diff --git a/doc/version9.jax b/doc/version9.jax index 490fd99a8..039c7394a 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 20 VIM リファレンスマニュアル by Bram Moolenaar @@ -41678,6 +41678,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - 'smartcase' は補完のフィルタリングに適用される オプション: ~ +- 'commentstring' はすべてのビルドで使用できるようになり、|+folding| 機能は不 + 要になった。 - 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の パディングを含んでいる |comment-install| - 'completeopt' は |global-local| オプションになった。 diff --git a/en/version9.txt b/en/version9.txt index b8216dfb6..78e6e3a21 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Nov 09 +*version9.txt* For Vim version 9.1. Last change: 2025 Nov 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41692,6 +41692,8 @@ Completion: ~ - 'smartcase' applies to completion filtering Options: ~ +- 'commentstring' is now available in all builds and no longer requires the + |+folding| feature - the default for 'commentstring' contains whitespace padding to have automatic comments look nicer |comment-install| - 'completeopt' is now a |global-local| option.