commit | 14207f487c9e79a913256a41e3e9716b03b46955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 21:13:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 21:13:10 2016 +0200 |
tree | 6e2f7f56921eb81b3d7e59c034740abd7ced0d81 | |
parent | 01688ad545ff0809ddad5c8fa6b149dc5d67312b [diff] [blame] |
patch 8.0.0051 Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
diff --git a/src/version.c b/src/version.c index 8386381..a6f915a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 51, +/**/ 50, /**/ 49,