Skip to content

Commit e017cb4

Browse files
authored
Merge pull request #2132 from h-east/update-version9
Update version9.{txt,jax}
2 parents 765bc2d + d0772d0 commit e017cb4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41620,6 +41620,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4162041620
- ":filetype" コマンドの補完を追加
4162141621
- |getcompletion()| に "filetypecmd" 補完タイプを追加
4162241622
- 'smartcase' は補完のフィルタリングに適用される
41623+
- 'wildchar' は、|/|、|?|、|:g|、|:v|、|:vimgrep| コマンドを使用した検索コンテ
41624+
キストでの補完を有効にする
4162341625

4162441626
オプション: ~
4162541627
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jun 27
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41632,6 +41632,8 @@ Completion: ~
4163241632
- add ":filetype" command completion
4163341633
- add "filetypecmd" completion type for |getcompletion()|
4163441634
- 'smartcase' applies to completion filtering
41635+
- 'wildchar' enables completion in search contexts using |/|, |?|, |:g|, |:v|
41636+
and |:vimgrep| commands
4163541637

4163641638
Options: ~
4163741639
- the default for 'commentstring' contains whitespace padding to have

0 commit comments

Comments
 (0)