commit | e38a2f7ebda791bcecccd657919ae9f7e2f6438c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 20:07:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 20:07:09 2016 +0200 |
tree | 46beb2f35e8fb0e75bc782c82d58bc13553d8209 | |
parent | cf7c11a9479ba7ce775b86c7a846fae48321d260 [diff] [blame] |
patch 7.4.1879 Problem: Channel test is flaky. Solution: Wait for close_cb to be invoked.
diff --git a/src/version.c b/src/version.c index f450ba8..7373e70 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1879, +/**/ 1878, /**/ 1877,