From 57c339569e96725e24e79944bf99f70c50afb5b1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 29 Feb 2020 16:09:16 +0100 Subject: patch 8.2.0333: terminal in popup test is flaky Problem: Terminal in popup test is flaky. Solution: Make sure redraw is done before opening the popup. --- 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 42b859aba..a8289633b 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 */ +/**/ + 333, /**/ 332, /**/ -- cgit v1.2.1