commit | 0937182d49fa8db50cec42785f22f1031760a0bd | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri Apr 08 15:18:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 08 15:18:45 2022 +0100 |
tree | a41ab36fcbeb5b2f0bc91ce36b2d056af2ec2491 | |
parent | 18ee0f603ebd3c091f6d2ab88e652fda32821048 [diff] [blame] |
patch 8.2.4713: plugins cannot track text scrolling Problem: Plugins cannot track text scrolling. Solution: Add the WinScrolled event. (closes #10102)
diff --git a/src/version.c b/src/version.c index cebb0d0..15d02e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4713, +/**/ 4712, /**/ 4711,