0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

runtime(doc): update WinScrolled documentation

closes: #17036

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-04-04 19:11:13 +02:00
parent 2a6be83512
commit b8d5c85099

View File

@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 9.1. Last change: 2025 Apr 03 *autocmd.txt* For Vim version 9.1. Last change: 2025 Apr 04
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1481,6 +1481,13 @@ WinScrolled After any window in the current tab page
or changed width or height. See or changed width or height. See
|win-scrolled-resized|. |win-scrolled-resized|.
Note: This can not be skipped with
`:noautocmd`, because it triggers after
processing normal commands when Vim is back in
the main loop. If you want to disable this,
consider setting the 'eventignore' option
instead.
The pattern is matched against the |window-ID| The pattern is matched against the |window-ID|
of the first window that scrolled or resized. of the first window that scrolled or resized.
Both <amatch> and <afile> are set to the Both <amatch> and <afile> are set to the