]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2297 v7.4.2297
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 12:35:22 +0000 (14:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 12:35:22 +0000 (14:35 +0200)
commitd8b554904d18fe19bd9fa79dbda880845cb017d2
tree7bcf2fe534f819d804f078e8a9a56bace1682958
parentf37506f60f87d52a9e8850e30067645e2b13783c
patch 7.4.2297
Problem:    When starting a job that reads from a buffer and reaching the end,
            the job hangs.
Solution:   Close the pipe or socket when all lines were read.
src/channel.c
src/testdir/test_channel.vim
src/version.c