File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim バージョン 9.0. Last change: 2022 Oct 15
1+ *quickref.txt* For Vim バージョン 9.0. Last change: 2022 Oct 28
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
706706'edcompatible' 'ed' | :substitute | のフラグを切替える
707707'emoji' 'emo' 絵文字を全角として扱う
708708'encoding' 'enc' 内部で使用する文字コード
709- 'endofline' 'eol' ファイル末尾に<EOL> を書く
709+ 'endoffile' 'eof' ファイル末尾に CTRL-Z を書く
710+ 'endofline' 'eol' ファイル最終行に <EOL> を書く
710711'equalalways' 'ea' ウィンドウを自動で同じ大きさに調整する
711712'equalprg' 'ep' | = | で使用する外部プログラム
712713'errorbells' 'eb' エラー表示時にベルを鳴らす
Original file line number Diff line number Diff line change 1- *quickref.txt* For Vim version 9.0. Last change: 2022 Oct 15
1+ *quickref.txt* For Vim version 9.0. Last change: 2022 Oct 28
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -689,6 +689,7 @@ Short explanation of each option: *option-list*
689689'edcompatible' 'ed' toggle flags of ":substitute" command
690690'emoji' 'emo' emoji characters are considered full width
691691'encoding' 'enc' encoding used internally
692+ 'endoffile' 'eof' write CTRL-Z at end of the file
692693'endofline' 'eol' write <EOL> for last line in file
693694'equalalways' 'ea' windows are automatically made the same size
694695'equalprg' 'ep' external program to use for "=" command
You can’t perform that action at this time.
0 commit comments