commit | 98aebcc2c6f4b131d2098ebc60c4a552a5163aec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 12:38:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 12:38:16 2022 +0000 |
tree | 34daf2d0809831b22e394a0d4b09d667351e3884 | |
parent | 90e66ec1e1f8eb13a833546f18e061a5709604da [diff] [blame] |
patch 9.0.0853: terminal mouse test is still flaky on MacOS M1 Problem: Terminal mouse test is still flaky on MacOS M1. Solution: Also wait for the file to have some contents.
diff --git a/src/version.c b/src/version.c index 8056d66..3b22d4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 853, +/**/ 852, /**/ 851,