Skip to content

Commit fac04ce

Browse files
authored
Merge pull request #1187 from tsuyoshicho/update/202210/30/quickref
Update quickref.{txt,jax}
2 parents 087228d + 449e5ef commit fac04ce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/quickref.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -706,7 +706,8 @@
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' エラー表示時にベルを鳴らす

en/quickref.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)