From 1d139a012e8b9880885c6f45796437cbee4820c7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 Nov 2022 00:09:22 +0000 Subject: patch 9.0.0851: terminal mouse test is still flaky Problem: Terminal mouse test is still flaky. Solution: Also use WaitForAssert(). --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 3433ebce0..cb95d2c26 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 851, /**/ 850, /**/ -- cgit v1.2.1