commit | 46c85439c966d7ed39fb3d711d4d6c61ac964647 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 11:17:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 11:17:46 2016 +0100 |
tree | 9c9530e6f4472e240d23806de7728d2a77b1d766 | |
parent | c8dcbb12c5d7f3eb0c334daebb4475bb015b91e7 [diff] [blame] |
patch 7.4.1422 Problem: Error when reading fails uses wrong errno. Keeping channel open after job stops results in test failing. Solution: Move the error up. Add ch_job_killed.
diff --git a/src/version.c b/src/version.c index 4220001..08c8c1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1422, +/**/ 1421, /**/ 1420,