Skip to content

Commit 1210c98

Browse files
authored
Merge pull request #2097 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents b8b5bc4 + 802cbe9 commit 1210c98

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/quickref.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -935,7 +935,8 @@
935935
'smartcase' 'scs' パターンが大文字を含むときは文字の大小を区別する
936936
'signcolumn' 'scl' 目印用の桁をどう表示するか
937937
'smartindent' 'si' C言語用の高度な自動インデント
938-
'smarttab' 'sta' <Tab>入力時に 'shiftwidth' を使う
938+
'smarttab' 'sta' 先頭空白部分での <Tab> 入力は 'shiftwidth' でイン
939+
デントする
939940
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
940941
'softtabstop' 'sts' <Tab>で入力する空白の数
941942
'spell' スペルチェッキングを有効にする

en/quickref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2025 Apr 06
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -918,7 +918,7 @@ Short explanation of each option: *option-list*
918918
'signcolumn' 'scl' when to display the sign column
919919
'smartcase' 'scs' no ignore case when pattern has uppercase
920920
'smartindent' 'si' smart autoindenting for C programs
921-
'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
921+
'smarttab' 'sta' <Tab> in leading whitespace indents by 'shiftwidth'
922922
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
923923
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
924924
'spell' enable spell checking

0 commit comments

Comments
 (0)