Skip to content

Commit 195f4f3

Browse files
committed
Update quickref.{txt,jax}
1 parent c7e81b0 commit 195f4f3

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)