diff src/version.c @ 12905:30b0d784c870 v8.0.1329

patch 8.0.1329: when a flaky test fails it also often fails the second time commit https://github.com/vim/vim/commit/550586015232ecc4f68b3479fa8ba2cf81c76e7b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 21 15:14:51 2017 +0100 patch 8.0.1329: when a flaky test fails it also often fails the second time Problem: When a flaky test fails it also often fails the second time. Solution: Sleep a couple of seconds before the second try.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Nov 2017 15:15:05 +0100
parents 411a30bd7e8a
children 32531a3eab1f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1329,
+/**/
     1328,
 /**/
     1327,