Skip to content

Update quickref.{txt,jax} #2106

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 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 Jun 04
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -938,7 +938,7 @@
'smarttab' 'sta' 先頭空白部分での <Tab> 入力は 'shiftwidth' でイン
デントする
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
'softtabstop' 'sts' <Tab>で入力する空白の数
'softtabstop' 'sts' 2 つのソフトタブストップ間のカラム数
'spell' スペルチェッキングを有効にする
'spellcapcheck' 'spc' スペルチェッキングを有効にする
'spellfile' 'spf' |zg|と|zw|が単語を保存するファイル
Expand All @@ -960,7 +960,7 @@
'tabclose' 'tcl' タブを閉じるときにどのタブページにフォーカスするか
'tabline' 'tal' コンソールのタブページラインのカスタムフォーマット
'tabpagemax' 'tpm' タブページの最大数。|-p|と "tab all" に使われる
'tabstop' 'ts' <Tab>の表示幅
'tabstop' 'ts' 2 つのタブストップ間のカラム数
'tagbsearch' 'tbs' タグファイル内の検索に二分探索を使う
'tagcase' 'tc' タグファイル内検索で大文字小文字の扱いを指定する
'tagfunc' 'tfu' タグマッチのリストを取得する関数
Expand Down Expand Up @@ -1006,8 +1006,8 @@
行数で制限する
'updatecount' 'uc' この回数だけ入力するとスワップファイルを更新する
'updatetime' 'ut' この時間だけ入力がなければスワップファイルを更新
'varsofttabstop' 'vsts' <Tab> をタイプするときのスペースの数のリスト
'vartabstop' 'vts' <Tab> のスペースの数のリスト
'varsofttabstop' 'vsts' ソフトタブストップ間のカラム数のリスト
'vartabstop' 'vts' タブストップ間のカラム数のリスト
'verbose' 'vbs' 有益なメッセージを表示する
'verbosefile' 'vfile' メッセージを書き込むファイル
'viewdir' 'vdir' |:mkview|によるファイルを格納するディレクトリ
Expand Down
10 changes: 5 additions & 5 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 Jun 04
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -920,7 +920,7 @@ Short explanation of each option: *option-list*
'smartindent' 'si' smart autoindenting for C programs
'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
'softtabstop' 'sts' number of columns between two soft tab stops
'spell' enable spell checking
'spellcapcheck' 'spc' pattern to locate end of a sentence
'spellfile' 'spf' files where |zg| and |zw| store words
Expand All @@ -942,7 +942,7 @@ Short explanation of each option: *option-list*
'tabclose' 'tcl' which tab page to focus when closing a tab
'tabline' 'tal' custom format for the console tab pages line
'tabpagemax' 'tpm' maximum number of tab pages for |-p| and "tab all"
'tabstop' 'ts' number of spaces that <Tab> in file uses
'tabstop' 'ts' number of columns between two tab stops
'tagbsearch' 'tbs' use binary searching in tags files
'tagcase' 'tc' how to handle case when searching in tags files
'tagfunc' 'tfu' function to get list of tag matches
Expand Down Expand Up @@ -987,8 +987,8 @@ Short explanation of each option: *option-list*
'undoreload' 'ur' max nr of lines to save for undo on a buffer reload
'updatecount' 'uc' after this many characters flush swap file
'updatetime' 'ut' after this many milliseconds flush swap file
'varsofttabstop' 'vsts' a list of number of spaces when typing <Tab>
'vartabstop' 'vts' a list of number of spaces for <Tab>s
'varsofttabstop' 'vsts' a list of number of columns between soft tab stops
'vartabstop' 'vts' a list of number of columns between tab stops
'verbose' 'vbs' give informative messages
'verbosefile' 'vfile' file to write messages in
'viewdir' 'vdir' directory where to store files with :mkview
Expand Down