From 3e919d2924c87eb8fee62603788fcc3ced2a0031 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 3 Mar 2020 22:56:39 +0100 Subject: patch 8.2.0351: terminal in popup test is still a bit flaky Problem: Terminal in popup test is still a bit flaky. Solution: Clear and redraw 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 c0e1b9146..b9fc30ac2 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 */ +/**/ + 351, /**/ 350, /**/ -- cgit v1.2.1