commit | 3e919d2924c87eb8fee62603788fcc3ced2a0031 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 22:56:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 22:56:39 2020 +0100 |
tree | d29b0edfc97afa0b8dba7d192e2b514fa4e91154 | |
parent | 080457c02d51f87e7d61ebd3e3aeef4468be939c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c0e1b91..b9fc30a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 351, +/**/ 350, /**/ 349,