]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0917: the WinScrolled autocommand event is not enough v9.0.0917
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Nov 2022 12:40:50 +0000 (12:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Nov 2022 12:40:50 +0000 (12:40 +0000)
commit35fc61cb5b5eba8bbb9d8f0700332fbab38f40ca
tree352599f641e6c8c88d8574871f8b8e86b6168dba
parentce30ccc06af7f2c03762e5b18dde37b26ea6ec42
patch 9.0.0917: the WinScrolled autocommand event is not enough

Problem:    The WinScrolled autocommand event is not enough.
Solution:   Add WinResized and provide information about what changed.
            (closes #11576)
14 files changed:
runtime/doc/autocmd.txt
runtime/doc/windows.txt
src/autocmd.c
src/dict.c
src/edit.c
src/gui.c
src/main.c
src/mouse.c
src/proto/autocmd.pro
src/proto/window.pro
src/testdir/test_autocmd.vim
src/version.c
src/vim.h
src/window.c