]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1422 v7.4.1422
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2016 10:17:46 +0000 (11:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2016 10:17:46 +0000 (11:17 +0100)
commit46c85439c966d7ed39fb3d711d4d6c61ac964647
tree9c9530e6f4472e240d23806de7728d2a77b1d766
parentc8dcbb12c5d7f3eb0c334daebb4475bb015b91e7
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.
src/channel.c
src/eval.c
src/structs.h
src/version.c