Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 Nov 09
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 20


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41678,6 +41678,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- 'smartcase' は補完のフィルタリングに適用される

オプション: ~
- 'commentstring' はすべてのビルドで使用できるようになた。|+folding| 機能は不
要になった。
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
パディングを含んでいる |comment-install|
- 'completeopt' は |global-local| オプションになった。
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 Nov 09
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -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.
Expand Down