]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1787 v7.4.1787
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 15:16:24 +0000 (17:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 15:16:24 +0000 (17:16 +0200)
commitb2658a1ab02cd0ba848164f70c7c464fdc398162
treea84b975826fc11bbba0f8320d12e726f238be9b6
parentd10abe52019d10403eb559ea0a424bbd310b738f
patch 7.4.1787
Problem:    When a job ends the close callback is invoked before other
            callbacks. On Windows the close callback is not called.
Solution:   First invoke out/err callbacks before the close callback.
            Make the close callback work on Windows.
src/channel.c
src/proto/channel.pro
src/testdir/test_channel.vim
src/testdir/test_channel_pipe.py
src/version.c