commit | f1e7449d567c630601aa0cec6c663b791785a668 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jun 21 18:44:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 18:44:26 2021 +0200 |
tree | b2c0247a651d4fc70af649b1951392d5acca9658 | |
parent | 2ac4b2536a40e5cd75b4ff7a3d44a282d2f4f008 [diff] [blame] |
patch 8.2.3028: GUI mouse events not tested Problem: GUI mouse events not tested. Solution: Add test_gui_mouse_event(). Add mouse tests. Also add a few viminfo tests. (Yegappan Lakshmanan, closes #8407)
diff --git a/src/version.c b/src/version.c index 58d99e8..db2433d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3028, +/**/ 3027, /**/ 3026,