File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
622
622
'arabicshape' 'arshape' アラビア文字を整える
623
623
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
624
624
'autocomplete' 'ac' 挿入モードで自動補完を有効にする
625
+ 'autocompletedelay' 'acl' 入力後にメニューが表示されるまでの遅延 (msec)
625
626
'autoindent' 'ai' 直前の行から新しい行のインデントを得る
626
627
'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする
627
628
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim version 9.1. Last change: 2025 Aug 06
1
+ *quickref.txt* For Vim version 9.1. Last change: 2025 Aug 16
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -608,6 +608,7 @@ Short explanation of each option: *option-list*
608
608
'arabicshape' 'arshape' do shaping for Arabic characters
609
609
'autochdir' 'acd' change directory to the file in the current window
610
610
'autocomplete' 'ac' enable automatic completion in insert mode
611
+ 'autocompletedelay' 'acl' delay in msec before menu appears after typing
611
612
'autoindent' 'ai' take indent for new line from previous line
612
613
'autoread' 'ar' autom. read file when changed outside of Vim
613
614
'autoshelldir' 'asd' change directory to the shell's current directory
You can’t perform that action at this time.
0 commit comments