File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
1+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
623623'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
624624'autocomplete' 'ac' 挿入モードで自動補完を有効にする
625625'autocompletedelay' 'acl' 入力後にメニューが表示されるまでの遅延 (msec)
626+ 'autocompletetimeout' 'act' 自動補完アルゴリズムの初期減衰タイムアウト
626627'autoindent' 'ai' 直前の行から新しい行のインデントを得る
627628'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする
628629'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
676677'completeopt' 'cot' 挿入モードでの補完のオプション
677678'completepopup' 'cpp' 挿入モード補完情報ポップアップのオプション
678679'completeslash' 'csl' 補完用の 'shellslash' のようなもの
680+ 'completetimeout' 'cto' CTRL-N と CTRL-P の初期減衰タイムアウト
679681'concealcursor' 'cocu' カーソル行の Conceal テキストを表示するかどうか
680682'conceallevel' 'cole' Conceal テキストを表示するかどうか
681683'confirm' 'cf' 未保存ファイル、リードオンリーファイルの確認方法
Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim version 9.1. Last change: 2025 Aug 16
1+ *quickref.txt* For Vim version 9.1. Last change: 2025 Aug 23
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -609,6 +609,7 @@ Short explanation of each option: *option-list*
609609'autochdir' 'acd' change directory to the file in the current window
610610'autocomplete' 'ac' enable automatic completion in insert mode
611611'autocompletedelay' 'acl' delay in msec before menu appears after typing
612+ 'autocompletetimeout' 'act' initial decay timeout for autocompletion algorithm
612613'autoindent' 'ai' take indent for new line from previous line
613614'autoread' 'ar' autom. read file when changed outside of Vim
614615'autoshelldir' 'asd' change directory to the shell's current directory
@@ -661,6 +662,7 @@ Short explanation of each option: *option-list*
661662'completeopt' 'cot' options for Insert mode completion
662663'completepopup' 'cpp' options for the Insert mode completion info popup
663664'completeslash' 'csl' like 'shellslash' for completion
665+ 'completetimeout' 'cto' initial decay timeout for CTRL-N and CTRL-P
664666'concealcursor' 'cocu' whether concealable text is hidden in cursor line
665667'conceallevel' 'cole' whether concealable text is shown or hidden
666668'confirm' 'cf' ask what to do about unsaved/read-only files
You can’t perform that action at this time.
0 commit comments