Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/quickref.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -935,7 +935,8 @@
'smartcase' 'scs' パターンが大文字を含むときは文字の大小を区別する
'signcolumn' 'scl' 目印用の桁をどう表示するか
'smartindent' 'si' C言語用の高度な自動インデント
'smarttab' 'sta' <Tab>入力時に 'shiftwidth' を使う
'smarttab' 'sta' 先頭空白部分での <Tab> 入力は 'shiftwidth' でイン
デントする
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
'softtabstop' 'sts' <Tab>で入力する空白の数
'spell' スペルチェッキングを有効にする
Expand Down
4 changes: 2 additions & 2 deletions en/quickref.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <Tab>
'smarttab' 'sta' <Tab> in leading whitespace indents by 'shiftwidth'
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
'spell' enable spell checking
Expand Down