diff --git a/doc/version9.jax b/doc/version9.jax index 9b3319323..fef2cfb34 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41595,6 +41595,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート "preinsert" - 挿入する値をハイライトする - 複数行の補完を期待通りに処理する - |:hi| コマンドのコマンドライン補完が改善された +- 'wildoptions' の新しいオプション値: + "noselect" - wildmenu のエントリを自動選択しない オプション: ~ - 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の diff --git a/en/version9.txt b/en/version9.txt index 99a4002c1..bfd44574d 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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