diff --git a/doc/options.jax b/doc/options.jax index 4e8bed308..43c7f1a1c 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12 +*options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 18 VIMリファレンスマニュアル by Bram Moolenaar @@ -3409,6 +3409,73 @@ Note 1番目の形式では、行全体がオプション指定に使われる る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ ルな 'eventignore' に影響を与えることなく無期限に無視される。 + Note: 以下のイベントはウィンドウコンテキスト外で発生するとみなされるた + め、'eventignorewin' では無視できない: + + |CmdlineChanged|, + |CmdlineEnter|, + |CmdlineLeave|, + |CmdlineLeavePre|, + |CmdUndefined|, + |CmdwinEnter|, + |CmdwinLeave|, + |ColorScheme|, + |ColorSchemePre|, + |CompleteChanged|, + |CompleteDone|, + |CompleteDonePre|, + |DiffUpdated|, + |DirChanged|, + |DirChangedPre|, + |EncodingChanged|, + |ExitPre|, + |FocusGained|, + |FocusLost|, + |FuncUndefined|, + |GUIEnter|, + |GUIFailed|, + |KeyInputPre|, + |MenuPopup|, + |ModeChanged|, + |OptionSet|, + |QuickFixCmdPost|, + |QuickFixCmdPre|, + |QuitPre|, + |RemoteReply|, + |SafeState|, + |SafeStateAgain|, + |SessionLoadPost|, + |SessionWritePost|, + |ShellCmdPost|, + |SigUSR1|, + |SourceCmd|, + |SourcePost|, + |SourcePre|, + |SpellFileMissing|, + |StdinReadPost|, + |StdinReadPre|, + |SwapExists|, + |Syntax|, + |TabClosed|, + |TabClosedPre|, + |TabEnter|, + |TabLeave|, + |TabNew|, + |TermChanged|, + |TerminalOpen|, + |TerminalWinOpen|, + |TermResponse|, + |TermResponseAll|, + |User|, + |VimEnter|, + |VimLeave|, + |VimLeavePre|, + |VimResized|, + |VimResume|, + |VimSuspend|, + |WinNew|, + |WinNewPre| + *'expandtab'* *'et'* *'noexpandtab'* *'noet'* 'expandtab' 'et' 切替 (既定ではオフ) バッファについてローカル @@ -4529,7 +4596,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる |hl-Directory| d CTRL-D によるリスト表示内のディレクトリや、その他 の特別な項目 |hl-ErrorMsg| e エラーメッセージ - h (古くて使われておらず、無視される) |hl-IncSearch| i 'incsearch' の強調表示 |hl-CurSearch| y 最終検索パターンの現在の項目 |hl-Search| l 最終検索パターン強調表示 ('hlsearch' を参照) diff --git a/en/options.txt b/en/options.txt index 9ff76c225..1f2f400f6 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 Jun 12 +*options.txt* For Vim version 9.1. Last change: 2025 Jun 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3390,6 +3390,73 @@ A jump table for the options with a short description can be found at |Q_op|. buffers, for which window and buffer related autocommands can be ignored indefinitely without affecting the global 'eventignore'. + Note: The following events are considered to happen outside of a + window context and thus cannot be ignored by 'eventignorewin': + + |CmdlineChanged|, + |CmdlineEnter|, + |CmdlineLeave|, + |CmdlineLeavePre|, + |CmdUndefined|, + |CmdwinEnter|, + |CmdwinLeave|, + |ColorScheme|, + |ColorSchemePre|, + |CompleteChanged|, + |CompleteDone|, + |CompleteDonePre|, + |DiffUpdated|, + |DirChanged|, + |DirChangedPre|, + |EncodingChanged|, + |ExitPre|, + |FocusGained|, + |FocusLost|, + |FuncUndefined|, + |GUIEnter|, + |GUIFailed|, + |KeyInputPre|, + |MenuPopup|, + |ModeChanged|, + |OptionSet|, + |QuickFixCmdPost|, + |QuickFixCmdPre|, + |QuitPre|, + |RemoteReply|, + |SafeState|, + |SafeStateAgain|, + |SessionLoadPost|, + |SessionWritePost|, + |ShellCmdPost|, + |SigUSR1|, + |SourceCmd|, + |SourcePost|, + |SourcePre|, + |SpellFileMissing|, + |StdinReadPost|, + |StdinReadPre|, + |SwapExists|, + |Syntax|, + |TabClosed|, + |TabClosedPre|, + |TabEnter|, + |TabLeave|, + |TabNew|, + |TermChanged|, + |TerminalOpen|, + |TerminalWinOpen|, + |TermResponse|, + |TermResponseAll|, + |User|, + |VimEnter|, + |VimLeave|, + |VimLeavePre|, + |VimResized|, + |VimResume|, + |VimSuspend|, + |WinNew|, + |WinNewPre| + *'expandtab'* *'et'* *'noexpandtab'* *'noet'* 'expandtab' 'et' boolean (default off) local to buffer @@ -4498,7 +4565,6 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-Directory| d directories in CTRL-D listing and other special things in listings |hl-ErrorMsg| e error messages - h (obsolete, ignored) |hl-IncSearch| i 'incsearch' highlighting |hl-CurSearch| y current instance of last search pattern |hl-Search| l last search pattern highlighting (see 'hlsearch')