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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
623
623
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
624
624
'autocomplete' 'ac' 挿入モードで自動補完を有効にする
625
625
'autocompletedelay' 'acl' 入力後にメニューが表示されるまでの遅延 (msec)
626
+ 'autocompletetimeout' 'act' 自動補完アルゴリズムの初期減衰タイムアウト
626
627
'autoindent' 'ai' 直前の行から新しい行のインデントを得る
627
628
'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする
628
629
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
676
677
'completeopt' 'cot' 挿入モードでの補完のオプション
677
678
'completepopup' 'cpp' 挿入モード補完情報ポップアップのオプション
678
679
'completeslash' 'csl' 補完用の 'shellslash' のようなもの
680
+ 'completetimeout' 'cto' CTRL-N と CTRL-P の初期減衰タイムアウト
679
681
'concealcursor' 'cocu' カーソル行の Conceal テキストを表示するかどうか
680
682
'conceallevel' 'cole' Conceal テキストを表示するかどうか
681
683
'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -609,6 +609,7 @@ Short explanation of each option: *option-list*
609
609
'autochdir' 'acd' change directory to the file in the current window
610
610
'autocomplete' 'ac' enable automatic completion in insert mode
611
611
'autocompletedelay' 'acl' delay in msec before menu appears after typing
612
+ 'autocompletetimeout' 'act' initial decay timeout for autocompletion algorithm
612
613
'autoindent' 'ai' take indent for new line from previous line
613
614
'autoread' 'ar' autom. read file when changed outside of Vim
614
615
'autoshelldir' 'asd' change directory to the shell's current directory
@@ -661,6 +662,7 @@ Short explanation of each option: *option-list*
661
662
'completeopt' 'cot' options for Insert mode completion
662
663
'completepopup' 'cpp' options for the Insert mode completion info popup
663
664
'completeslash' 'csl' like 'shellslash' for completion
665
+ 'completetimeout' 'cto' initial decay timeout for CTRL-N and CTRL-P
664
666
'concealcursor' 'cocu' whether concealable text is hidden in cursor line
665
667
'conceallevel' 'cole' whether concealable text is shown or hidden
666
668
'confirm' 'cf' ask what to do about unsaved/read-only files
You can’t perform that action at this time.
0 commit comments