]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1025: WinScrolled is not triggered when filler lines change v9.0.1025
authorzeertzjq <zeertzjq@outlook.com>
Wed, 7 Dec 2022 09:17:59 +0000 (09:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Dec 2022 09:17:59 +0000 (09:17 +0000)
commit3fc84dc2c7efecd7c14ce341cd777475058936fd
tree67be33ba666b1e645aa2f8943ddb579a3b085c21
parent86b4816766d976a7ecd4403eca1f8bf6b4105800
patch 9.0.1025: WinScrolled is not triggered when filler lines change

Problem:    WinScrolled is not triggered when filler lines change.
Solution:   Add "topfill" to the values that WinScrolled triggers on.
            (closes #11668)
runtime/doc/windows.txt
src/structs.h
src/testdir/test_autocmd.vim
src/version.c
src/window.c