Skip to content

Commit 7f49170

Browse files
committed
Update quickref.{txt,jax}
1 parent bebc82b commit 7f49170

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/quickref.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -938,7 +938,7 @@
938938
'smarttab' 'sta' 先頭空白部分での <Tab> 入力は 'shiftwidth' でイン
939939
デントする
940940
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
941-
'softtabstop' 'sts' <Tab>で入力する空白の数
941+
'softtabstop' 'sts' 2 つのソフトタブストップ間のカラム数
942942
'spell' スペルチェッキングを有効にする
943943
'spellcapcheck' 'spc' スペルチェッキングを有効にする
944944
'spellfile' 'spf' |zg||zw|が単語を保存するファイル
@@ -960,7 +960,7 @@
960960
'tabclose' 'tcl' タブを閉じるときにどのタブページにフォーカスするか
961961
'tabline' 'tal' コンソールのタブページラインのカスタムフォーマット
962962
'tabpagemax' 'tpm' タブページの最大数。|-p|と "tab all" に使われる
963-
'tabstop' 'ts' <Tab>の表示幅
963+
'tabstop' 'ts' 2 つのタブストップ間のカラム数
964964
'tagbsearch' 'tbs' タグファイル内の検索に二分探索を使う
965965
'tagcase' 'tc' タグファイル内検索で大文字小文字の扱いを指定する
966966
'tagfunc' 'tfu' タグマッチのリストを取得する関数
@@ -1006,8 +1006,8 @@
10061006
行数で制限する
10071007
'updatecount' 'uc' この回数だけ入力するとスワップファイルを更新する
10081008
'updatetime' 'ut' この時間だけ入力がなければスワップファイルを更新
1009-
'varsofttabstop' 'vsts' <Tab> をタイプするときのスペースの数のリスト
1010-
'vartabstop' 'vts' <Tab> のスペースの数のリスト
1009+
'varsofttabstop' 'vsts' ソフトタブストップ間のカラム数のリスト
1010+
'vartabstop' 'vts' タブストップ間のカラム数のリスト
10111011
'verbose' 'vbs' 有益なメッセージを表示する
10121012
'verbosefile' 'vfile' メッセージを書き込むファイル
10131013
'viewdir' 'vdir' |:mkview|によるファイルを格納するディレクトリ

en/quickref.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 04
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -920,7 +920,7 @@ Short explanation of each option: *option-list*
920920
'smartindent' 'si' smart autoindenting for C programs
921921
'smarttab' 'sta' <Tab> in leading whitespace indents by 'shiftwidth'
922922
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
923-
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
923+
'softtabstop' 'sts' number of columns between two soft tab stops
924924
'spell' enable spell checking
925925
'spellcapcheck' 'spc' pattern to locate end of a sentence
926926
'spellfile' 'spf' files where |zg| and |zw| store words
@@ -942,7 +942,7 @@ Short explanation of each option: *option-list*
942942
'tabclose' 'tcl' which tab page to focus when closing a tab
943943
'tabline' 'tal' custom format for the console tab pages line
944944
'tabpagemax' 'tpm' maximum number of tab pages for |-p| and "tab all"
945-
'tabstop' 'ts' number of spaces that <Tab> in file uses
945+
'tabstop' 'ts' number of columns between two tab stops
946946
'tagbsearch' 'tbs' use binary searching in tags files
947947
'tagcase' 'tc' how to handle case when searching in tags files
948948
'tagfunc' 'tfu' function to get list of tag matches
@@ -987,8 +987,8 @@ Short explanation of each option: *option-list*
987987
'undoreload' 'ur' max nr of lines to save for undo on a buffer reload
988988
'updatecount' 'uc' after this many characters flush swap file
989989
'updatetime' 'ut' after this many milliseconds flush swap file
990-
'varsofttabstop' 'vsts' a list of number of spaces when typing <Tab>
991-
'vartabstop' 'vts' a list of number of spaces for <Tab>s
990+
'varsofttabstop' 'vsts' a list of number of columns between soft tab stops
991+
'vartabstop' 'vts' a list of number of columns between tab stops
992992
'verbose' 'vbs' give informative messages
993993
'verbosefile' 'vfile' file to write messages in
994994
'viewdir' 'vdir' directory where to store files with :mkview

0 commit comments

Comments
 (0)