]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add reference to xterm-focus-event from FocusGained/Lost
authorChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 18:29:43 +0000 (20:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 18:29:43 +0000 (20:29 +0200)
fixes: #15157

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt

index e19d6015e8b913d8b9ed3cd477d5d5319f387c30..34e9535db9bd4c8c69d1beb6c88818438086ccb1 100644 (file)
@@ -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
@@ -915,12 +915,12 @@ FilterWritePre                    Before writing a file for a filter command or
                                                        *FocusGained*
 FocusGained                    When Vim got input focus.  Only for the GUI
                                version and a few console versions where this
-                               can be detected.
+                               can be detected. |xterm-focus-event|
                                                        *FocusLost*
 FocusLost                      When Vim lost input focus.  Only for the GUI
                                version and a few console versions where this
-                               can be detected.  May also happen when a
-                               dialog pops up.
+                               can be detected. |xterm-focus-event|
+                               May also happen when a dialog pops up.
                                                        *FuncUndefined*
 FuncUndefined                  When a user function is used but it isn't
                                defined.  Useful for defining a function only