diff --git a/doc/quickref.jax b/doc/quickref.jax index 3cd13aacb..c0d4907e4 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04 VIMリファレンスマニュアル by Bram Moolenaar @@ -935,7 +935,8 @@ 'smartcase' 'scs' パターンが大文字を含むときは文字の大小を区別する 'signcolumn' 'scl' 目印用の桁をどう表示するか 'smartindent' 'si' C言語用の高度な自動インデント -'smarttab' 'sta' 入力時に 'shiftwidth' を使う +'smarttab' 'sta' 先頭空白部分での 入力は 'shiftwidth' でイン + デントする 'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする 'softtabstop' 'sts' で入力する空白の数 'spell' スペルチェッキングを有効にする diff --git a/en/quickref.txt b/en/quickref.txt index 349c1af8d..de902ee2c 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Apr 06 +*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -918,7 +918,7 @@ Short explanation of each option: *option-list* 'signcolumn' 'scl' when to display the sign column 'smartcase' 'scs' no ignore case when pattern has uppercase 'smartindent' 'si' smart autoindenting for C programs -'smarttab' 'sta' use 'shiftwidth' when inserting +'smarttab' 'sta' in leading whitespace indents by 'shiftwidth' 'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set 'softtabstop' 'sts' number of spaces that uses while editing 'spell' enable spell checking