commit | 9ae3bbdb960c3bed20a6db75a75a0a567d570bea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 14:31:33 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 14:31:33 2020 +0100 |
tree | 05515faace163cda3f88148193af70b455bcd800 | |
parent | ee2e52aa0655e02f900c74fb3a770bc55956d63d [diff] [blame] |
patch 8.2.0278: channel test is flaky on Mac Problem: Channel test is flaky on Mac. Solution: Reset variable before sending message.
diff --git a/src/version.c b/src/version.c index b76a354..d74b0fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 278, +/**/ 277, /**/ 276,