summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-30 14:28:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-30 14:28:24 +0200
commit0e9d1ae3216a5940b36bb56d155fb300b2e55b00 (patch)
tree767c007fd1c9241730dd2f9053614e41837475a7 /src/version.c
parent850d427f070a61267ef384a449992e72d2bea12c (diff)
downloadvim-git-0e9d1ae3216a5940b36bb56d155fb300b2e55b00.tar.gz
patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyv8.0.1776
Problem: In tests, when WaitFor() fails it doesn't say why. Solution: Turn a few more WaitFor() into WaitForAssert().
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 06b9af842..9881dae86 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 */
/**/
+ 1776,
+/**/
1775,
/**/
1774,