Skip to content

Update quickref.{txt,jax} #2097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2025
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