Skip to content

Commit f3d8803

Browse files
committed
Update version9.{txt,jax}
1 parent b75b7d3 commit f3d8803

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/version9.jax

Lines changed: 5 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 Apr 21
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 24
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41613,6 +41613,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4161341613
"o" - 'omnifunc' を使って補完する
4161441614
- "{flag}^<limit>" 表記を使用して、 'complete' のソースのマッチ数を制限できる
4161541615
ようにする
41616+
- ":filetype" コマンドの補完を追加
41617+
- |getcompletion()| の "filetypecmd" 補完タイプを追加
4161641618

4161741619
オプション: ~
4161841620
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
@@ -41677,6 +41679,7 @@ Ex コマンド: ~
4167741679
|blob2str()| blob を文字列のリストに変換する
4167841680
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
4167941681
|cmdcomplete_info()| 現在のコマンドラインの補完情報を取得
41682+
|complete_match()| 補完とトリガーの情報を取得
4168041683
|diff()| 2 つの文字列のリストの差分
4168141684
|filecopy()| ファイル {from} を {to} にコピー
4168241685
|foreach()| リストの項目に関数を適用
@@ -41736,6 +41739,7 @@ Ex コマンド: ~
4173641739
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
4173741740
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
4173841741
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41742+
'isexpand' 補完のトリガーを定義する
4173941743
'lhistory' location リストスタックのサイズ |quickfix-stack|
4174041744
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
4174141745
'pummaxwidth' 補完ポップアップメニューの最大幅

en/version9.txt

Lines changed: 5 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 Apr 21
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41624,6 +41624,8 @@ Completion: ~
4162441624
"o" - complete using 'omnifunc'
4162541625
- allow to limit matches for the 'complete' sources by using the
4162641626
"{flag}^<limit>" notation
41627+
- add ":filetype" command completion
41628+
- add "filetypecmd" completion type for |getcompletion()|
4162741629

4162841630
Options: ~
4162941631
- the default for 'commentstring' contains whitespace padding to have
@@ -41686,6 +41688,7 @@ Functions: ~
4168641688
|blob2str()| convert a blob into a List of strings
4168741689
|bindtextdomain()| set message lookup translation base path
4168841690
|cmdcomplete_info()| get current cmdline completion info
41691+
|complete_match()| get completion and trigger info
4168941692
|diff()| diff two Lists of strings
4169041693
|filecopy()| copy a file {from} to {to}
4169141694
|foreach()| apply function to List items
@@ -41748,6 +41751,7 @@ Options: ~
4174841751
'eventignorewin' autocommand events that are ignored in a window
4174941752
'findfunc' Vim function to obtain the results for a |:find|
4175041753
command
41754+
'isexpand' defines triggers for completion
4175141755
'lhistory' Size of the location list stack |quickfix-stack|.
4175241756
'messagesopt' configure |:messages| and |hit-enter| prompt
4175341757
'pummaxwidth' maximum width for the completion popup menu

0 commit comments

Comments
 (0)