diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-19 20:08:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-19 20:08:14 +0200 |
commit | 5319191a2a726c18a153ee53e9fac506340d16c7 (patch) | |
tree | 79db0d1956e3d1a4025f1ef2a70fcfb903630237 /src/version.c | |
parent | f9c3883b11b33f0c548df5e949ba59fde74d3e7b (diff) | |
download | vim-git-5319191a2a726c18a153ee53e9fac506340d16c7.tar.gz |
patch 8.1.0088: terminal test for stdout and stderr is a bit flakyv8.1.0088
Problem: Terminal test for stdout and stderr is a bit flaky.
Solution: Wait for both stdout and stderr to have been processed. (Ozaki
Kiichi, closes #2991)
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 72a823858..9a1fbc654 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 88, +/**/ 87, /**/ 86, |