]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse v8.2.4803
authorLemonBoy <thatlemon@gmail.com>
Thu, 21 Apr 2022 21:52:11 +0000 (22:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Apr 2022 21:52:11 +0000 (22:52 +0100)
commit66e13aedc7986c83644d537a8fdd3cb006507678
tree4b7287de82d99492d9c089da74c0729ed3d15773
parent7851c69a120ea6ce8c122dd7198adbe5aec83ea5
patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse

Problem:    WinScrolled not always triggered when scrolling with the mouse.
Solution:   Add calls to may_trigger_winscrolled(). (closes #10246)
src/mouse.c
src/testdir/test_autocmd.vim
src/version.c