From 7f491702f68756639a9e7aa0cb245e0ab8c75382 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 15 Jun 2025 11:43:22 +0900 Subject: [PATCH] Update quickref.{txt,jax} --- doc/quickref.jax | 10 +++++----- en/quickref.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/quickref.jax b/doc/quickref.jax index c0d4907e4..e0fc9c80e 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -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 @@ -938,7 +938,7 @@ 'smarttab' 'sta' 先頭空白部分での 入力は 'shiftwidth' でイン デントする 'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする -'softtabstop' 'sts' で入力する空白の数 +'softtabstop' 'sts' 2 つのソフトタブストップ間のカラム数 'spell' スペルチェッキングを有効にする 'spellcapcheck' 'spc' スペルチェッキングを有効にする 'spellfile' 'spf' |zg|と|zw|が単語を保存するファイル @@ -960,7 +960,7 @@ 'tabclose' 'tcl' タブを閉じるときにどのタブページにフォーカスするか 'tabline' 'tal' コンソールのタブページラインのカスタムフォーマット 'tabpagemax' 'tpm' タブページの最大数。|-p|と "tab all" に使われる -'tabstop' 'ts' の表示幅 +'tabstop' 'ts' 2 つのタブストップ間のカラム数 'tagbsearch' 'tbs' タグファイル内の検索に二分探索を使う 'tagcase' 'tc' タグファイル内検索で大文字小文字の扱いを指定する 'tagfunc' 'tfu' タグマッチのリストを取得する関数 @@ -1006,8 +1006,8 @@ 行数で制限する 'updatecount' 'uc' この回数だけ入力するとスワップファイルを更新する 'updatetime' 'ut' この時間だけ入力がなければスワップファイルを更新 -'varsofttabstop' 'vsts' をタイプするときのスペースの数のリスト -'vartabstop' 'vts' のスペースの数のリスト +'varsofttabstop' 'vsts' ソフトタブストップ間のカラム数のリスト +'vartabstop' 'vts' タブストップ間のカラム数のリスト 'verbose' 'vbs' 有益なメッセージを表示する 'verbosefile' 'vfile' メッセージを書き込むファイル 'viewdir' 'vdir' |:mkview|によるファイルを格納するディレクトリ diff --git a/en/quickref.txt b/en/quickref.txt index de902ee2c..ecabac54a 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -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 @@ -920,7 +920,7 @@ Short explanation of each option: *option-list* 'smartindent' 'si' smart autoindenting for C programs 'smarttab' 'sta' in leading whitespace indents by 'shiftwidth' 'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set -'softtabstop' 'sts' number of spaces that 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 @@ -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 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 @@ -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 -'vartabstop' 'vts' a list of number of spaces for 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