commit | 1514e8f4271d0039740b968a9f7d0d7f81a262a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 17:35:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 17:35:13 2017 +0200 |
tree | 1bafd6bb9f250a8d1857d0b87c0db0685f5801f6 | |
parent | 495b7dd213e096361e6f15e7aed313c1d63d9d3e [diff] [blame] |
patch 8.0.1116: terminal test fails on MS-Windows Problem: Terminal test fails on MS-Windows. Solution: Wait for the text to appear. (micbou, closes #2097)
diff --git a/src/version.c b/src/version.c index 8b777e7..ba32ecb 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1116, +/**/ 1115, /**/ 1114,