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.1. Last change: 2024 Nov 02
1
+ *quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
714
714
'errorfile' 'ef' QuickFixモードで使うファイルの名前
715
715
'errorformat' 'efm' エラーファイルの書式の定義
716
716
'esckeys' 'ek' 挿入モードでファンクションキーを有効にする
717
- 'eventignore' 'ei' 無視する自動コマンドイベント
717
+ 'eventignore' 'ei' 無視される自動コマンドイベント
718
+ 'eventignorewin' 'eiw' ウィンドウ内で無視される自動コマンドイベント
718
719
'expandtab' 'et' <Tab> 入力でスペースを入力する
719
720
'exrc' 'ex' カレントディレクトリの.vimrcと.exrcを読み込む
720
721
'fileencoding' 'fenc' ファイルの文字コード指定
Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim version 9.1. Last change: 2024 Nov 02
1
+ *quickref.txt* For Vim version 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -698,6 +698,7 @@ Short explanation of each option: *option-list*
698
698
'errorformat' 'efm' description of the lines in the error file
699
699
'esckeys' 'ek' recognize function keys in Insert mode
700
700
'eventignore' 'ei' autocommand events that are ignored
701
+ 'eventignorewin' 'eiw' autocommand events that are ignored in a window
701
702
'expandtab' 'et' use spaces when <Tab> is inserted
702
703
'exrc' 'ex' read .vimrc and .exrc in the current directory
703
704
'fileencoding' 'fenc' file encoding for multibyte text
You can’t perform that action at this time.
0 commit comments