diff --git a/doc/version9.jax b/doc/version9.jax index cd5649e33..b4b854d77 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15 VIMリファレンスマニュアル by Bram Moolenaar @@ -41658,6 +41658,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - 'diffopt' のデフォルト値を "internal,filler,closeoff,indent-heuristic,inline:char" に更新して、差分モー ドの体験を改善する。 +- 'ruler' オプションの値は非互換モードを使用する場合に常に有効になり、 + |defaults.vim| から削除される。 補完: ~ - |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、 diff --git a/en/version9.txt b/en/version9.txt index 0a1e38504..152229643 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Sep 14 +*version9.txt* For Vim version 9.1. Last change: 2025 Sep 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41672,6 +41672,8 @@ Default values: ~ |defaults.vim| - Improve the diff mode experience by updating the 'diffopt' default value to "internal,filler,closeoff,indent-heuristic,inline:char". +- the 'ruler' option value is always enabled when using non-compatible mode + and removed from |defaults.vim| Completion: ~ - allow to complete directories from 'cdpath' for |:cd| and similar commands,