summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-19 20:08:14 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-19 20:08:14 +0200
commit5319191a2a726c18a153ee53e9fac506340d16c7 (patch)
tree79db0d1956e3d1a4025f1ef2a70fcfb903630237 /src/version.c
parentf9c3883b11b33f0c548df5e949ba59fde74d3e7b (diff)
downloadvim-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.c2
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,