summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-07-07 20:29:43 +0200
committerChristian Brabandt <cb@256bit.org>2024-07-07 20:29:43 +0200
commit49ddeefecaa08bb26c5decec1c4e9fd27b03e809 (patch)
treefcac41d831503576e3231227ef7f740d72aa2751 /runtime/doc
parent248efab9b53516febf771bad9a88d3ca46f05ed6 (diff)
runtime(doc): add reference to xterm-focus-event from FocusGained/Lost
fixes: #15157 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/autocmd.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index e19d6015e8..34e9535db9 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -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