Skip to content

Commit 333a549

Browse files
authored
Merge pull request #1947 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents dde90ce + 225ba4d commit 333a549

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.1. Last change: 2024 Nov 02
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -714,7 +714,8 @@
714714
'errorfile' 'ef' QuickFixモードで使うファイルの名前
715715
'errorformat' 'efm' エラーファイルの書式の定義
716716
'esckeys' 'ek' 挿入モードでファンクションキーを有効にする
717-
'eventignore' 'ei' 無視する自動コマンドイベント
717+
'eventignore' 'ei' 無視される自動コマンドイベント
718+
'eventignorewin' 'eiw' ウィンドウ内で無視される自動コマンドイベント
718719
'expandtab' 'et' <Tab>入力でスペースを入力する
719720
'exrc' 'ex' カレントディレクトリの.vimrcと.exrcを読み込む
720721
'fileencoding' 'fenc' ファイルの文字コード指定

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.1. Last change: 2024 Nov 02
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Feb 08
22

33

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

0 commit comments

Comments
 (0)