runtime(doc): add reference to xterm-focus-event from FocusGained/Lost
fixes: #15157 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
*autocmd.txt* For Vim version 9.1. Last change: 2024 Jun 21
|
*autocmd.txt* For Vim version 9.1. Last change: 2024 Jul 06
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -915,12 +915,12 @@ FilterWritePre Before writing a file for a filter command or
|
|||||||
*FocusGained*
|
*FocusGained*
|
||||||
FocusGained When Vim got input focus. Only for the GUI
|
FocusGained When Vim got input focus. Only for the GUI
|
||||||
version and a few console versions where this
|
version and a few console versions where this
|
||||||
can be detected.
|
can be detected. |xterm-focus-event|
|
||||||
*FocusLost*
|
*FocusLost*
|
||||||
FocusLost When Vim lost input focus. Only for the GUI
|
FocusLost When Vim lost input focus. Only for the GUI
|
||||||
version and a few console versions where this
|
version and a few console versions where this
|
||||||
can be detected. May also happen when a
|
can be detected. |xterm-focus-event|
|
||||||
dialog pops up.
|
May also happen when a dialog pops up.
|
||||||
*FuncUndefined*
|
*FuncUndefined*
|
||||||
FuncUndefined When a user function is used but it isn't
|
FuncUndefined When a user function is used but it isn't
|
||||||
defined. Useful for defining a function only
|
defined. Useful for defining a function only
|
||||||
|
|||||||
Reference in New Issue
Block a user