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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
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' スペルチェッキングを有効にする
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
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
You can’t perform that action at this time.
0 commit comments