commit | 5643db84c6a9f15d14492cefd52647623aa2ac7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 14:29:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 14:29:10 2016 +0100 |
tree | 82ba7462926b0e1bd73235a6c83444a624fb4579 | |
parent | 21efc3633edb58809c5dd89b025d34d7002e731c [diff] [blame] |
patch 8.0.0120 Problem: Channel test is still flaky on OS X. Solution: Set the drop argument to "never".
diff --git a/src/version.c b/src/version.c index eaf4a38..a20159c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 120, +/**/ 119, /**/ 118,