diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-04-05 08:02:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 08:02:32 +0800 |
commit | 1e1384b6dd29c071ed76e4e2ed233511404bae72 (patch) | |
tree | 509856bf9f303fe1b1fe3f467edd6ef7bca12142 | |
parent | a8edf6e4459d7422c1a96e4f33e350090902dc61 (diff) | |
download | rneovim-1e1384b6dd29c071ed76e4e2ed233511404bae72.tar.gz rneovim-1e1384b6dd29c071ed76e4e2ed233511404bae72.tar.bz2 rneovim-1e1384b6dd29c071ed76e4e2ed233511404bae72.zip |
vim-patch:b8d5c85: runtime(doc): update WinScrolled documentation (#33322)
closes: vim/vim#17036
https://github.com/vim/vim/commit/b8d5c8509998f3a97ffe42f674352b07749cd119
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/autocmd.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index d5e7554cbe..d0f95f43d9 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1186,6 +1186,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 |