]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update WinScrolled documentation
authorChristian Brabandt <cb@256bit.org>
Fri, 4 Apr 2025 17:11:13 +0000 (19:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 4 Apr 2025 17:11:13 +0000 (19:11 +0200)
closes: #17036

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

index 820c302608de83d446efb6358a9b086b40821e22..b9b76ffced903b4e6481143d345bcfc111987a85 100644 (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
@@ -1481,6 +1481,13 @@ WinScrolled                      After any window in the current tab page
                                or changed width or height.  See
                                |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|
                                of the first window that scrolled or resized.
                                Both <amatch> and <afile> are set to the