From 72749f062f15c7147f512bc581695c25ad78fb4e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 26 Mar 2020 20:51:43 +0100 Subject: patch 8.2.0456: Test_confirm_cmd is flaky Problem: Test_confirm_cmd is flaky. Solution: Add a term_wait() call. (closes #5854) --- 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 51e9e3706..2d29430b5 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 456, /**/ 455, /**/ -- cgit v1.2.1