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
5 changes: 4 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 Feb 23
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41595,6 +41595,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
"preinsert" - 挿入する値をハイライトする
- 複数行の補完を期待通りに処理する
- |:hi| コマンドのコマンドライン補完が改善された
- New option value for 'wildoptions':
- 'wildoptions' の新しいオプション値:
"noselect" - wildmenu のエントリを自動選択しない

オプション: ~
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
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 Feb 23
*version9.txt* For Vim version 9.1. Last change: 2025 Mar 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41605,6 +41605,8 @@ Completion: ~
"preinsert" - highlight to be inserted values
- handle multi-line completion as expected
- improved commandline completion for the |:hi| command
- New option value for 'wildoptions':
"noselect" - do not auto select an entry in the wildmenu

Options: ~
- the default for 'commentstring' contains whitespace padding to have
Expand Down