commit | b0ad2d92fd19e673ddbbc66742bae3f71778efde | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jan 27 13:16:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 13:16:59 2022 +0000 |
tree | 4029f2cb1c3d7b73cad2a52ede1586876949c774 | |
parent | e939f5ebbae8dd7825d62d84e0c9910fa1756a9c [diff] [blame] |
patch 8.2.4228: no tests for clicking in the GUI tabline Problem: No tests for clicking in the GUI tabline. Solution: Add test functions to generate the events. Add tests using the functions. (Yegappan Lakshmanan, closes #9638)
diff --git a/src/version.c b/src/version.c index e77826c..e3a9715 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4228, +/**/ 4227, /**/ 4226,