Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41658,6 +41658,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- 'diffopt' のデフォルト値を
"internal,filler,closeoff,indent-heuristic,inline:char" に更新して、差分モー
ドの体験を改善する。
- 'ruler' オプションの値は非互換モードを使用する場合に常に有効になり、
|defaults.vim| から削除される。

補完: ~
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
Expand Down
4 changes: 3 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down