From 6939bd3f3037cfa51d154d37adb434ea74f7e983 Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 27 Nov 2025 22:08:01 +0900 Subject: [PATCH 1/2] Update version9.{txt,jax} --- doc/version9.jax | 4 +--- en/version9.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 039c7394a..48b3186b0 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 26 VIM リファレンスマニュアル by Bram Moolenaar @@ -41865,8 +41865,6 @@ Ex コマンド: ~ 'autocompletetimeout' 自動補完アルゴリズムの初期減衰タイムアウト 'chistory' quickfix スタックのサイズ |quickfix-stack| 'clipmethod' クリップボードにアクセスする方法 -'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収 - 集を有効にする 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 'completetimeout' CTRL-N と CTRL-P の初期減衰タイムアウト 'diffanchors' 差分の同期を強制する {address} のリスト diff --git a/en/version9.txt b/en/version9.txt index 78e6e3a21..8d47dbb6c 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41878,8 +41878,6 @@ 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 From 71667a602fdb44df95ea7072e265906c4b691071 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 28 Nov 2025 20:16:59 +0900 Subject: [PATCH 2/2] Update by original --- doc/version9.jax | 4 +--- en/version9.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 48b3186b0..6b4bfc089 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 26 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 27 VIM リファレンスマニュアル by Bram Moolenaar @@ -41789,7 +41789,6 @@ Vim 関連ではないもの~ |blob2str()| blob を文字列のリストに変換する |bindtextdomain()| メッセージの翻訳検索のベースパスを設定する |cmdcomplete_info()| 現在のコマンドラインの補完情報を取得 -|complete_match()| 補完とトリガーの情報を取得 |diff()| 2 つの文字列のリストの差分 |filecopy()| ファイル {from} を {to} にコピー |foreach()| リストの項目に関数を適用 @@ -41870,7 +41869,6 @@ Ex コマンド: ~ 'diffanchors' 差分の同期を強制する {address} のリスト 'eventignorewin' ウィンドウ内で無視される自動コマンドイベント 'findfunc' |:find| コマンドの結果を取得するための Vim の関数 -'isexpand' 補完のトリガーを定義する 'lhistory' location リストスタックのサイズ |quickfix-stack| 'maxsearchcount' 検索ステータスの最大数を設定する |shm-S| 'messagesopt' |:messages| と |hit-enter| プロンプトを設定する diff --git a/en/version9.txt b/en/version9.txt index 8d47dbb6c..a4bd33be8 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Nov 26 +*version9.txt* For Vim version 9.1. Last change: 2025 Nov 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -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 @@ -41885,7 +41884,6 @@ Options: ~ '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