File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
1+ *quickref.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
724724'fileignorecase' 'fic' ファイル名の大文字と小文字を区別するかどうか
725725'filetype' 'ft' 自動コマンドで使うファイルタイプ名
726726'fillchars' 'fcs' 特殊な表示に使う文字
727- 'findexpr ' 'fexpr ' | :find | を評価する式
727+ 'findfunc ' 'ffu ' | :find | コマンドで呼び出される関数
728728'fixendofline' 'fixeol' ファイル末尾に <EOL> を必ずつける
729729'fkmap' 'fk' Farsi(ペルシア語)のための廃止オプション
730730'foldclose' 'fcl' カーソル下以外の折り畳みを閉じる
Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim version 9.1. Last change: 2024 Oct 22
1+ *quickref.txt* For Vim version 9.1. Last change: 2024 Nov 02
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -707,7 +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 |
710+ 'findfunc ' 'ffu ' function to be called for the | :find | command
711711'fixendofline' 'fixeol' make sure last line in file has <EOL>
712712'fkmap' 'fk' obsolete option for Farsi
713713'foldclose' 'fcl' close a fold when the cursor leaves it
You can’t perform that action at this time.
0 commit comments