commit | 57c339569e96725e24e79944bf99f70c50afb5b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 16:09:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 16:09:16 2020 +0100 |
tree | 529d35807a0f94a950af14a28de2697790644f1d | |
parent | d30ae2fc4acb3861fc7dc9618c1f90eee997d412 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 42b859a..a828963 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331,