Skip to content

Commit 3ff43f5

Browse files
authored
Merge pull request #2034 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents 0b9272e + 2c56539 commit 3ff43f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: doc/quickref.jax

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -654,6 +654,7 @@
654654
'cdpath' 'cd' ":cd" コマンドで検索するディレクトリ
655655
'cedit' コマンドラインウィンドウを開くためのキー
656656
'charconvert' 'ccv' 文字コードの変換に使用する式
657+
'chistory' 'chi' 履歴内の quickfix リストの最大数
657658
'cindent' 'cin' C言語用のインデントを行う
658659
'cinkeys' 'cink' 'cindent' が有効な際に押すとインデントするキー
659660
'cinoptions' 'cino' 'cindent' が有効な際のインデント方法
@@ -803,6 +804,7 @@
803804
'langremap' 'lrm' マッピングされた文字に 'langmap' を適用する
804805
'laststatus' 'ls' 最下ウィンドウにいつステータス行を表示するか
805806
'lazyredraw' 'lz' マクロ実行中に表示を更新しない
807+
'lhistory' 'lhi' 履歴内の location リストの最大数
806808
'linebreak' 'lbr' 長い行を空白で折り返す
807809
'lines' 表示行数
808810
'linespace' 'lsp' 行間のピクセル数

Diff for: en/quickref.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2025 Feb 08
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -639,6 +639,7 @@ Short explanation of each option: *option-list*
639639
'cdpath' 'cd' list of directories searched with ":cd"
640640
'cedit' key used to open the command-line window
641641
'charconvert' 'ccv' expression for character encoding conversion
642+
'chistory' 'chi' maximum number of quickfix lists in history
642643
'cindent' 'cin' do C program indenting
643644
'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
644645
'cinoptions' 'cino' how to do indenting when 'cindent' is set
@@ -786,6 +787,7 @@ Short explanation of each option: *option-list*
786787
'langremap' 'lrm' do apply 'langmap' to mapped characters
787788
'laststatus' 'ls' tells when last window has status lines
788789
'lazyredraw' 'lz' don't redraw while executing macros
790+
'lhistory' 'lhi' maximum number of location lists in history
789791
'linebreak' 'lbr' wrap long lines at a blank
790792
'lines' number of lines in the display
791793
'linespace' 'lsp' number of pixel lines to use between characters

0 commit comments

Comments
 (0)