commit | 9e0208f51cf1354ce0a7d3988133041a78681605 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 31 17:40:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 17:40:55 2022 +0000 |
tree | 21409202f259448aaca319fc084c536656b18190 | |
parent | 223a950a85448253780da4e821a5b23dcdfad28f [diff] [blame] |
patch 8.2.4276: separate test function for the GUI scrollbar Problem: Separate test function for the GUI scrollbar. Solution: Use test_gui_event(). (Yegappan Lakshmanan, closes #9674)
diff --git a/src/version.c b/src/version.c index d3b7bf8..301f544 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4276, +/**/ 4275, /**/ 4274,