Skip to content

Commit 80d8899

Browse files
authored
Merge pull request #2428 from h-east/update-version9
Update version9.{txt,jax}
2 parents 501c383 + 71667a6 commit 80d8899

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

doc/version9.jax

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 20
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 27
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -41789,7 +41789,6 @@ Vim 関連ではないもの~
4178941789
|blob2str()| blob を文字列のリストに変換する
4179041790
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
4179141791
|cmdcomplete_info()| 現在のコマンドラインの補完情報を取得
41792-
|complete_match()| 補完とトリガーの情報を取得
4179341792
|diff()| 2 つの文字列のリストの差分
4179441793
|filecopy()| ファイル {from} を {to} にコピー
4179541794
|foreach()| リストの項目に関数を適用
@@ -41865,14 +41864,11 @@ Ex コマンド: ~
4186541864
'autocompletetimeout' 自動補完アルゴリズムの初期減衰タイムアウト
4186641865
'chistory' quickfix スタックのサイズ |quickfix-stack|
4186741866
'clipmethod' クリップボードにアクセスする方法
41868-
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
41869-
集を有効にする
4187041867
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
4187141868
'completetimeout' CTRL-N と CTRL-P の初期減衰タイムアウト
4187241869
'diffanchors' 差分の同期を強制する {address} のリスト
4187341870
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
4187441871
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41875-
'isexpand' 補完のトリガーを定義する
4187641872
'lhistory' location リストスタックのサイズ |quickfix-stack|
4187741873
'maxsearchcount' 検索ステータスの最大数を設定する |shm-S|
4187841874
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する

en/version9.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 20
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41802,7 +41802,6 @@ Functions: ~
4180241802
|blob2str()| convert a blob into a List of strings
4180341803
|bindtextdomain()| set message lookup translation base path
4180441804
|cmdcomplete_info()| get current cmdline completion info
41805-
|complete_match()| get completion and trigger info
4180641805
|diff()| diff two Lists of strings
4180741806
|filecopy()| copy a file {from} to {to}
4180841807
|foreach()| apply function to List items
@@ -41878,16 +41877,13 @@ Options: ~
4187841877
'autocompletetimeout' initial decay timeout for autocompletion algorithm
4187941878
'chistory' Size of the quickfix stack |quickfix-stack|
4188041879
'clipmethod' How to access the clipboard
41881-
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
41882-
|ins-completion| modes
4188341880
'completeitemalign' Order of |complete-items| in Insert mode completion
4188441881
popup
4188541882
'completetimeout' initial decay timeout for CTRL-N and CTRL-P
4188641883
'diffanchors' list of {address} to force syncing of diffs
4188741884
'eventignorewin' autocommand events that are ignored in a window
4188841885
'findfunc' Vim function to obtain the results for a |:find|
4188941886
command
41890-
'isexpand' defines triggers for completion
4189141887
'lhistory' Size of the location list stack |quickfix-stack|
4189241888
'maxsearchcount' Set the maximum number for search-stat |shm-S|
4189341889
'messagesopt' configure |:messages| and |hit-enter| prompt

0 commit comments

Comments
 (0)