File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
724
724
'fileignorecase' 'fic' ファイル名の大文字と小文字を区別するかどうか
725
725
'filetype' 'ft' 自動コマンドで使うファイルタイプ名
726
726
'fillchars' 'fcs' 特殊な表示に使う文字
727
+ 'findexpr' 'fexpr' | :find | を評価する式
727
728
'fixendofline' 'fixeol' ファイル末尾に <EOL> を必ずつける
728
729
'fkmap' 'fk' Farsi(ペルシア語)のための廃止オプション
729
730
'foldclose' 'fcl' カーソル下以外の折り畳みを閉じる
Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim version 9.1. Last change: 2024 Mar 03
1
+ *quickref.txt* For Vim version 9.1. Last change: 2024 Oct 22
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -707,6 +707,7 @@ Short explanation of each option: *option-list*
707
707
'fileignorecase' 'fic' ignore case when using file names
708
708
'filetype' 'ft' type of file, used for autocommands
709
709
'fillchars' 'fcs' characters to use for displaying special items
710
+ 'findexpr' 'fexpr' expression to evaluate for | :find |
710
711
'fixendofline' 'fixeol' make sure last line in file has <EOL>
711
712
'fkmap' 'fk' obsolete option for Farsi
712
713
'foldclose' 'fcl' close a fold when the cursor leaves it
You can’t perform that action at this time.
0 commit comments