summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-17 17:35:36 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-17 17:35:36 +0200
commit82de3c2c036bc89c2d9bdea236e0a7f1208a5571 (patch)
tree08103b0f4960663313bc1ac072a1ca0cb2e57679 /src/version.c
parentbc906e445c77eb4fb5ef97465a45b46499bba111 (diff)
downloadvim-git-82de3c2c036bc89c2d9bdea236e0a7f1208a5571.tar.gz
patch 8.0.0955: Test_existent_file() fails on some file systemsv8.0.0955
Problem: Test_existent_file() fails on some file systems. Solution: Run the test again with a sleep when the test fails without a sleep. (James McCoy, closes #1984)
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 0990d834a..9859b4a64 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 955,
+/**/
954,
/**/
953,