Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 20
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 27


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41789,7 +41789,6 @@ Vim 関連ではないもの~
|blob2str()| blob を文字列のリストに変換する
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
|cmdcomplete_info()| 現在のコマンドラインの補完情報を取得
|complete_match()| 補完とトリガーの情報を取得
|diff()| 2 つの文字列のリストの差分
|filecopy()| ファイル {from} を {to} にコピー
|foreach()| リストの項目に関数を適用
Expand Down Expand Up @@ -41865,14 +41864,11 @@ Ex コマンド: ~
'autocompletetimeout' 自動補完アルゴリズムの初期減衰タイムアウト
'chistory' quickfix スタックのサイズ |quickfix-stack|
'clipmethod' クリップボードにアクセスする方法
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
集を有効にする
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'completetimeout' CTRL-N と CTRL-P の初期減衰タイムアウト
'diffanchors' 差分の同期を強制する {address} のリスト
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'isexpand' 補完のトリガーを定義する
'lhistory' location リストスタックのサイズ |quickfix-stack|
'maxsearchcount' 検索ステータスの最大数を設定する |shm-S|
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
Expand Down
6 changes: 1 addition & 5 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 20
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 27


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