Skip to content

Commit

Permalink
Merge pull request #1187 from tsuyoshicho/update/202210/30/quickref
Browse files Browse the repository at this point in the history
Update quickref.{txt,jax}
  • Loading branch information
k-takata committed Nov 1, 2022
2 parents 087228d + 449e5ef commit fac04ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/quickref.jax
@@ -1,4 +1,4 @@
*quickref.txt* For Vim バージョン 9.0. Last change: 2022 Oct 15
*quickref.txt* For Vim バージョン 9.0. Last change: 2022 Oct 28


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -706,7 +706,8 @@
'edcompatible' 'ed' |:substitute|のフラグを切替える
'emoji' 'emo' 絵文字を全角として扱う
'encoding' 'enc' 内部で使用する文字コード
'endofline' 'eol' ファイル末尾に<EOL>を書く
'endoffile' 'eof' ファイル末尾に CTRL-Z を書く
'endofline' 'eol' ファイル最終行に <EOL> を書く
'equalalways' 'ea' ウィンドウを自動で同じ大きさに調整する
'equalprg' 'ep' |=|で使用する外部プログラム
'errorbells' 'eb' エラー表示時にベルを鳴らす
Expand Down
3 changes: 2 additions & 1 deletion en/quickref.txt
@@ -1,4 +1,4 @@
*quickref.txt* For Vim version 9.0. Last change: 2022 Oct 15
*quickref.txt* For Vim version 9.0. Last change: 2022 Oct 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -689,6 +689,7 @@ Short explanation of each option: *option-list*
'edcompatible' 'ed' toggle flags of ":substitute" command
'emoji' 'emo' emoji characters are considered full width
'encoding' 'enc' encoding used internally
'endoffile' 'eof' write CTRL-Z at end of the file
'endofline' 'eol' write <EOL> for last line in file
'equalalways' 'ea' windows are automatically made the same size
'equalprg' 'ep' external program to use for "=" command
Expand Down

0 comments on commit fac04ce

Please sign in to comment.