commit | b81bc77ae7e43b5aac43970aaa4aa70c619e5009 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 22:45:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 22:45:01 2017 +0200 |
tree | 8ccfdf230b9203714fcfc77f8692e118503dd3b8 | |
parent | da43b61dddcf81439a6f1716956a4e8d9046e68f [diff] [blame] |
patch 8.0.0911: terminal test takes too long Problem: Terminal test takes too long. Solution: Instead of "sleep 1" use a Python program to briefly sleep.
diff --git a/src/version.c b/src/version.c index d88001d..2972730 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 911, +/**/ 910, /**/ 909,