Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/quickref.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -714,7 +714,8 @@
'errorfile' 'ef' QuickFixモードで使うファイルの名前
'errorformat' 'efm' エラーファイルの書式の定義
'esckeys' 'ek' 挿入モードでファンクションキーを有効にする
'eventignore' 'ei' 無視する自動コマンドイベント
'eventignore' 'ei' 無視される自動コマンドイベント
'eventignorewin' 'eiw' ウィンドウ内で無視される自動コマンドイベント
'expandtab' 'et' <Tab>入力でスペースを入力する
'exrc' 'ex' カレントディレクトリの.vimrcと.exrcを読み込む
'fileencoding' 'fenc' ファイルの文字コード指定
Expand Down
3 changes: 2 additions & 1 deletion en/quickref.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim version 9.1. Last change: 2024 Nov 02
*quickref.txt* For Vim version 9.1. Last change: 2025 Feb 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -698,6 +698,7 @@ Short explanation of each option: *option-list*
'errorformat' 'efm' description of the lines in the error file
'esckeys' 'ek' recognize function keys in Insert mode
'eventignore' 'ei' autocommand events that are ignored
'eventignorewin' 'eiw' autocommand events that are ignored in a window
'expandtab' 'et' use spaces when <Tab> is inserted
'exrc' 'ex' read .vimrc and .exrc in the current directory
'fileencoding' 'fenc' file encoding for multibyte text
Expand Down