diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-29 16:09:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-29 16:09:16 +0100 |
commit | 57c339569e96725e24e79944bf99f70c50afb5b1 (patch) | |
tree | 529d35807a0f94a950af14a28de2697790644f1d /src/version.c | |
parent | d30ae2fc4acb3861fc7dc9618c1f90eee997d412 (diff) | |
download | vim-git-8.2.0333.tar.gz |
patch 8.2.0333: terminal in popup test is flakyv8.2.0333
Problem: Terminal in popup test is flaky.
Solution: Make sure redraw is done before opening the popup.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 42b859aba..a8289633b 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331, |