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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
706
706
'edcompatible' 'ed' | :substitute | のフラグを切替える
707
707
'emoji' 'emo' 絵文字を全角として扱う
708
708
'encoding' 'enc' 内部で使用する文字コード
709
- 'endofline' 'eol' ファイル末尾に<EOL> を書く
709
+ 'endoffile' 'eof' ファイル末尾に CTRL-Z を書く
710
+ 'endofline' 'eol' ファイル最終行に <EOL> を書く
710
711
'equalalways' 'ea' ウィンドウを自動で同じ大きさに調整する
711
712
'equalprg' 'ep' | = | で使用する外部プログラム
712
713
'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -689,6 +689,7 @@ Short explanation of each option: *option-list*
689
689
'edcompatible' 'ed' toggle flags of ":substitute" command
690
690
'emoji' 'emo' emoji characters are considered full width
691
691
'encoding' 'enc' encoding used internally
692
+ 'endoffile' 'eof' write CTRL-Z at end of the file
692
693
'endofline' 'eol' write <EOL> for last line in file
693
694
'equalalways' 'ea' windows are automatically made the same size
694
695
'equalprg' 'ep' external program to use for "=" command
You can’t perform that action at this time.
0 commit comments