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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
724724'fileignorecase' 'fic' ファイル名の大文字と小文字を区別するかどうか
725725'filetype' 'ft' 自動コマンドで使うファイルタイプ名
726726'fillchars' 'fcs' 特殊な表示に使う文字
727+ 'findexpr' 'fexpr' | :find | を評価する式
727728'fixendofline' 'fixeol' ファイル末尾に <EOL> を必ずつける
728729'fkmap' 'fk' Farsi(ペルシア語)のための廃止オプション
729730'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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -707,6 +707,7 @@ Short explanation of each option: *option-list*
707707'fileignorecase' 'fic' ignore case when using file names
708708'filetype' 'ft' type of file, used for autocommands
709709'fillchars' 'fcs' characters to use for displaying special items
710+ 'findexpr' 'fexpr' expression to evaluate for | :find |
710711'fixendofline' 'fixeol' make sure last line in file has <EOL>
711712'fkmap' 'fk' obsolete option for Farsi
712713'foldclose' 'fcl' close a fold when the cursor leaves it
You can’t perform that action at this time.
0 commit comments