File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
935
935
'smartcase' 'scs' パターンが大文字を含むときは文字の大小を区別する
936
936
'signcolumn' 'scl' 目印用の桁をどう表示するか
937
937
'smartindent' 'si' C言語用の高度な自動インデント
938
- 'smarttab' 'sta' <Tab> 入力時に 'shiftwidth' を使う
938
+ 'smarttab' 'sta' 先頭空白部分での <Tab> 入力は 'shiftwidth' でイン
939
+ デントする
939
940
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
940
941
'softtabstop' 'sts' <Tab> で入力する空白の数
941
942
'spell' スペルチェッキングを有効にする
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -918,7 +918,7 @@ Short explanation of each option: *option-list*
918
918
'signcolumn' 'scl' when to display the sign column
919
919
'smartcase' 'scs' no ignore case when pattern has uppercase
920
920
'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'
922
922
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
923
923
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
924
924
'spell' enable spell checking
You can’t perform that action at this time.
0 commit comments