commit | 9fe885e49ade94e6277db0dd18a5bbc1c94c60c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 16:06:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 16:06:55 2016 +0100 |
tree | 8eadb58aad0ffee296d540688bfc2376e2c4ced7 | |
parent | e98d12105213975f37b8d653bd909bd787a2cda9 [diff] [blame] |
patch 7.4.1515 Problem: Channel test is a bit flaky. Solution: Instead of a fixed sleep time wait until an expression evaluates to true.
diff --git a/src/version.c b/src/version.c index b98ff53..8b5385e 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1515, +/**/ 1514, /**/ 1513,