commit | 157241e8798fe1c14f3787ee341ffee2c403714a | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Wed Nov 09 23:29:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 09 23:29:14 2022 +0000 |
tree | 9b67d8205bff12854a84ed3111bd33ce756d0c69 | |
parent | 76db9e076318cb0ae846f43b7549ad4f2d234c0b [diff] [blame] |
patch 9.0.0849: terminal mouse test is a bit flaky Problem: Terminal mouse test is a bit flaky. Solution: Add WaitFor() calls. (James McCoy closes #11519) Tune wait times to reduce flakiness.
diff --git a/src/version.c b/src/version.c index b1333d2..6884514 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 849, +/**/ 848, /**/ 847,