commit | 620d064b0b0bca2268574abdec2d8eac3384cfdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 21:08:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 21:08:05 2017 +0200 |
tree | 9f061a3c6b3ab106a0fe34efa60530af451c98cf | |
parent | 102dc7f891c43e3065aef4adafdb2c647c5d09d2 [diff] [blame] |
patch 8.0.0857: terminal test fails on MS-Windows Problem: Terminal test fails on MS-Windows. Solution: Sleep a fraction of a second.
diff --git a/src/version.c b/src/version.c index b8d0203..1c01f4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 857, +/**/ 856, /**/ 855,