commit | d9d473ea124339c4dd173127db47c4583645ac2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:07:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:07:22 2016 +0100 |
tree | 72e3b243b810f653adeb7997659c6c8a26c018b0 | |
parent | 13d6fb17a2c5d2ae02429e31fc8603a9caa4395e [diff] [blame] |
patch 7.4.1520 Problem: Channel test: Waiting for a file to appear doesn't work. Solution: In waitFor() ignore errors.
diff --git a/src/version.c b/src/version.c index be05a45..15baf5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1520, +/**/ 1519, /**/ 1518,