commit | 7a7db047dcb2336de5103e793345eb5a9d125900 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 23:07:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 23:07:11 2022 +0000 |
tree | 2bb6ea64775c1d60dab04e91fbb4a584d8c256ca | |
parent | 8ab9ca93eea32b318235384720200771863ecaee [diff] [blame] |
patch 9.0.0823: mouse drag test fails Problem: Mouse drag test fails. Solution: Only reset the mouse click flag when actually switching to another tab page. Disable test that keeps failing.
diff --git a/src/version.c b/src/version.c index 387c811..16054b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 823, +/**/ 822, /**/ 821,