commit | 1bfdc07a4996b5905b4971e18a6487a18e6461a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 20:19:42 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 20:19:42 2017 +0200 |
tree | 97f533eea00b0fa9f86ecfcad9edfe1e3f3b8352 | |
parent | 6e32f615eb824048a98666d1da4416bbeb7b2bed [diff] [blame] |
patch 8.0.1057: terminal scrape test waits too long Problem: Terminal scrape test waits too long, it checks for one instead of three. Solution: Check there are three characters. (micbou)
diff --git a/src/version.c b/src/version.c index 652704c..8fa740d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1057, +/**/ 1056, /**/ 1055,