diff --git a/doc/quickref.jax b/doc/quickref.jax index cf18b441f..3cd13aacb 100644 --- a/doc/quickref.jax +++ b/doc/quickref.jax @@ -1,4 +1,4 @@ -*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08 +*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -654,6 +654,7 @@ 'cdpath' 'cd' ":cd" コマンドで検索するディレクトリ 'cedit' コマンドラインウィンドウを開くためのキー 'charconvert' 'ccv' 文字コードの変換に使用する式 +'chistory' 'chi' 履歴内の quickfix リストの最大数 'cindent' 'cin' C言語用のインデントを行う 'cinkeys' 'cink' 'cindent' が有効な際に押すとインデントするキー 'cinoptions' 'cino' 'cindent' が有効な際のインデント方法 @@ -803,6 +804,7 @@ 'langremap' 'lrm' マッピングされた文字に 'langmap' を適用する 'laststatus' 'ls' 最下ウィンドウにいつステータス行を表示するか 'lazyredraw' 'lz' マクロ実行中に表示を更新しない +'lhistory' 'lhi' 履歴内の location リストの最大数 'linebreak' 'lbr' 長い行を空白で折り返す 'lines' 表示行数 'linespace' 'lsp' 行間のピクセル数 diff --git a/en/quickref.txt b/en/quickref.txt index 87764a29d..349c1af8d 100644 --- a/en/quickref.txt +++ b/en/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.1. Last change: 2025 Feb 08 +*quickref.txt* For Vim version 9.1. Last change: 2025 Apr 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -639,6 +639,7 @@ Short explanation of each option: *option-list* 'cdpath' 'cd' list of directories searched with ":cd" 'cedit' key used to open the command-line window 'charconvert' 'ccv' expression for character encoding conversion +'chistory' 'chi' maximum number of quickfix lists in history 'cindent' 'cin' do C program indenting 'cinkeys' 'cink' keys that trigger indent when 'cindent' is set 'cinoptions' 'cino' how to do indenting when 'cindent' is set @@ -786,6 +787,7 @@ Short explanation of each option: *option-list* 'langremap' 'lrm' do apply 'langmap' to mapped characters 'laststatus' 'ls' tells when last window has status lines 'lazyredraw' 'lz' don't redraw while executing macros +'lhistory' 'lhi' maximum number of location lists in history 'linebreak' 'lbr' wrap long lines at a blank 'lines' number of lines in the display 'linespace' 'lsp' number of pixel lines to use between characters