]> granicus.if.org Git - vim/commit
patch 9.0.0913: only change in current window triggers the WinScrolled event v9.0.0913
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Nov 2022 21:18:11 +0000 (21:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Nov 2022 21:18:11 +0000 (21:18 +0000)
commit0a60f79fd0c328b47b36279a95282e9f8d9e7512
tree770ca1ec430efa0379f9bec4e3b50153d5f23041
parentc896adbcdee8b2296433a61c1f009aae9f68a594
patch 9.0.0913: only change in current window triggers the WinScrolled event

Problem:    Only a change in the current window triggers the WinScrolled
            event.
Solution:   Trigger WinScrolled if any window scrolled or changed size.
            (issue #11576)
runtime/doc/autocmd.txt
src/main.c
src/proto/window.pro
src/testdir/dumps/Test_winscrolled_once_only_1.dump [new file with mode: 0644]
src/testdir/test_autocmd.vim
src/version.c
src/window.c