diff --git a/doc/quickref.jax b/doc/quickref.jax index 5cbadcab4..7f47f809a 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jul 16 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jul 25 VIMリファレンスマニュアル by Bram Moolenaar @@ -621,6 +621,7 @@ 'arabic' 'arab' デフォルトでアラビア語を2番目の言語にする 'arabicshape' 'arshape' アラビア文字を整える 'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する +'autocomplete' 'ac' 挿入モードで自動補完 'autoindent' 'ai' 直前の行から新しい行のインデントを得る 'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする 'autoshelldir' 'asd' シェルのカレントディレクトリに変更する diff --git a/en/quickref.txt b/en/quickref.txt index bc308987f..ed790ab17 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Jul 16 +*quickref.txt* For Vim version 9.1. Last change: 2025 Jul 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -607,6 +607,7 @@ Short explanation of each option: *option-list* 'arabic' 'arab' for Arabic as a default second language 'arabicshape' 'arshape' do shaping for Arabic characters 'autochdir' 'acd' change directory to the file in the current window +'autocomplete' 'ac' automatic completion in insert mode '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