From d0772d0d7cb89e160342b299ab6ff097f4a01eb5 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 29 Jun 2025 22:59:31 +0900 Subject: [PATCH] Update version9.{txt,jax} --- doc/version9.jax | 4 +++- en/version9.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 05f096440..6a786ad93 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28 VIMリファレンスマニュアル by Bram Moolenaar @@ -41620,6 +41620,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - ":filetype" コマンドの補完を追加 - |getcompletion()| に "filetypecmd" 補完タイプを追加 - 'smartcase' は補完のフィルタリングに適用される +- 'wildchar' は、|/|、|?|、|:g|、|:v|、|:vimgrep| コマンドを使用した検索コンテ + キストでの補完を有効にする オプション: ~ - 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の diff --git a/en/version9.txt b/en/version9.txt index f2618e5cd..f8ddb7f0b 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Jun 27 +*version9.txt* For Vim version 9.1. Last change: 2025 Jun 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41632,6 +41632,8 @@ Completion: ~ - add ":filetype" command completion - add "filetypecmd" completion type for |getcompletion()| - 'smartcase' applies to completion filtering +- 'wildchar' enables completion in search contexts using |/|, |?|, |:g|, |:v| + and |:vimgrep| commands Options: ~ - the default for 'commentstring' contains whitespace padding to have