From 76e335f1f45374f917e36b4cc562a2348869575c Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 24 Aug 2025 22:50:11 +0900 Subject: [PATCH] Update quickref.{txt,jax} --- doc/quickref.jax | 4 +++- en/quickref.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index 39004c7df..5bd903e7c 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23 VIMリファレンスマニュアル by Bram Moolenaar @@ -623,6 +623,7 @@ 'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する 'autocomplete' 'ac' 挿入モードで自動補完を有効にする 'autocompletedelay' 'acl' 入力後にメニューが表示されるまでの遅延 (msec) +'autocompletetimeout' 'act' 自動補完アルゴリズムの初期減衰タイムアウト 'autoindent' 'ai' 直前の行から新しい行のインデントを得る 'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする 'autoshelldir' 'asd' シェルのカレントディレクトリに変更する @@ -676,6 +677,7 @@ 'completeopt' 'cot' 挿入モードでの補完のオプション 'completepopup' 'cpp' 挿入モード補完情報ポップアップのオプション 'completeslash' 'csl' 補完用の 'shellslash' のようなもの +'completetimeout' 'cto' CTRL-N と CTRL-P の初期減衰タイムアウト 'concealcursor' 'cocu' カーソル行の Conceal テキストを表示するかどうか 'conceallevel' 'cole' Conceal テキストを表示するかどうか 'confirm' 'cf' 未保存ファイル、リードオンリーファイルの確認方法 diff --git a/en/quickref.txt b/en/quickref.txt index 4dbef3b76..e7dd45f82 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Aug 16 +*quickref.txt* For Vim version 9.1. Last change: 2025 Aug 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -609,6 +609,7 @@ Short explanation of each option: *option-list* 'autochdir' 'acd' change directory to the file in the current window 'autocomplete' 'ac' enable automatic completion in insert mode 'autocompletedelay' 'acl' delay in msec before menu appears after typing +'autocompletetimeout' 'act' initial decay timeout for autocompletion algorithm 'autoindent' 'ai' take indent for new line from previous line 'autoread' 'ar' autom. read file when changed outside of Vim 'autoshelldir' 'asd' change directory to the shell's current directory @@ -661,6 +662,7 @@ Short explanation of each option: *option-list* 'completeopt' 'cot' options for Insert mode completion 'completepopup' 'cpp' options for the Insert mode completion info popup 'completeslash' 'csl' like 'shellslash' for completion +'completetimeout' 'cto' initial decay timeout for CTRL-N and CTRL-P 'concealcursor' 'cocu' whether concealable text is hidden in cursor line 'conceallevel' 'cole' whether concealable text is shown or hidden 'confirm' 'cf' ask what to do about unsaved/read-only files