From bd9b36a26a4939aea56ee6f8b626aba0388cf143 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 17 Aug 2025 11:55:24 +0900 Subject: [PATCH] Update quickref.{txt,jax} --- doc/quickref.jax | 3 ++- en/quickref.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index 6ce95ecf7..39004c7df 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16 VIMリファレンスマニュアル by Bram Moolenaar @@ -622,6 +622,7 @@ 'arabicshape' 'arshape' アラビア文字を整える 'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する 'autocomplete' 'ac' 挿入モードで自動補完を有効にする +'autocompletedelay' 'acl' 入力後にメニューが表示されるまでの遅延 (msec) 'autoindent' 'ai' 直前の行から新しい行のインデントを得る 'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする 'autoshelldir' 'asd' シェルのカレントディレクトリに変更する diff --git a/en/quickref.txt b/en/quickref.txt index 0a5bcc970..4dbef3b76 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Aug 06 +*quickref.txt* For Vim version 9.1. Last change: 2025 Aug 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -608,6 +608,7 @@ Short explanation of each option: *option-list* 'arabicshape' 'arshape' do shaping for Arabic characters '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 '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