File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
654
654
'cdpath' 'cd' ":cd" コマンドで検索するディレクトリ
655
655
'cedit' コマンドラインウィンドウを開くためのキー
656
656
'charconvert' 'ccv' 文字コードの変換に使用する式
657
+ 'chistory' 'chi' 履歴内の quickfix リストの最大数
657
658
'cindent' 'cin' C言語用のインデントを行う
658
659
'cinkeys' 'cink' 'cindent' が有効な際に押すとインデントするキー
659
660
'cinoptions' 'cino' 'cindent' が有効な際のインデント方法
803
804
'langremap' 'lrm' マッピングされた文字に 'langmap' を適用する
804
805
'laststatus' 'ls' 最下ウィンドウにいつステータス行を表示するか
805
806
'lazyredraw' 'lz' マクロ実行中に表示を更新しない
807
+ 'lhistory' 'lhi' 履歴内の location リストの最大数
806
808
'linebreak' 'lbr' 長い行を空白で折り返す
807
809
'lines' 表示行数
808
810
'linespace' 'lsp' 行間のピクセル数
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -639,6 +639,7 @@ Short explanation of each option: *option-list*
639
639
'cdpath' 'cd' list of directories searched with ":cd"
640
640
'cedit' key used to open the command-line window
641
641
'charconvert' 'ccv' expression for character encoding conversion
642
+ 'chistory' 'chi' maximum number of quickfix lists in history
642
643
'cindent' 'cin' do C program indenting
643
644
'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
644
645
'cinoptions' 'cino' how to do indenting when 'cindent' is set
@@ -786,6 +787,7 @@ Short explanation of each option: *option-list*
786
787
'langremap' 'lrm' do apply 'langmap' to mapped characters
787
788
'laststatus' 'ls' tells when last window has status lines
788
789
'lazyredraw' 'lz' don't redraw while executing macros
790
+ 'lhistory' 'lhi' maximum number of location lists in history
789
791
'linebreak' 'lbr' wrap long lines at a blank
790
792
'lines' number of lines in the display
791
793
'linespace' 'lsp' number of pixel lines to use between characters
You can’t perform that action at this time.
0 commit comments