commit | f780b8a1c1aefb0c4b4866e50080594e3f7f16cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 05 00:35:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 05 00:35:22 2019 +0100 |
tree | 2eea06870dccef7184e2108e23c9ecdad33551aa | |
parent | 8b62d87e4243d3dc9bf4f17bfe1a8953077a70c9 [diff] [blame] |
patch 8.1.0693: channel test fails sometimes Problem: Channel test fails sometimes. Solution: Avoid race condition.
diff --git a/src/version.c b/src/version.c index 193e327..7d3a5f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 693, +/**/ 692, /**/ 691,