]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): mention cannot ignored events in eventignorewin
authorglepnir <glephunter@gmail.com>
Sun, 15 Jun 2025 14:05:10 +0000 (16:05 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Jun 2025 14:05:10 +0000 (16:05 +0200)
closes: #17545

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 9ff76c225309c3d4ea8d2de3ab4947fa737a78fe..5481e0e8f3ba439787f13bb437ffd741823ab181 100644 (file)
@@ -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 15
 
 
                  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