From 195f4f33b44cb1167885ccc5076ffc45541f9e1c Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 8 Jun 2025 09:56:50 +0900 Subject: [PATCH 1/2] Update quickref.{txt,jax} --- doc/quickref.jax | 5 +++-- en/quickref.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index 3cd13aacb..d629ab0c3 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 From 802cbe9e65cb87e3f088b56bcd8539c037c7c116 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 8 Jun 2025 10:18:40 +0900 Subject: [PATCH 2/2] Fix by review suggested --- doc/quickref.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index d629ab0c3..c0d4907e4 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -935,8 +935,8 @@ 'smartcase' 'scs' パターンが大文字を含むときは文字の大小を区別する 'signcolumn' 'scl' 目印用の桁をどう表示するか 'smartindent' 'si' C言語用の高度な自動インデント -'smarttab' 'sta' 先頭の空白にある は 'shiftwidth' でインデン - トされる +'smarttab' 'sta' 先頭空白部分での 入力は 'shiftwidth' でイン + デントする 'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする 'softtabstop' 'sts' で入力する空白の数 'spell' スペルチェッキングを有効にする