patch 7.4.1249 v7.4.1249
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 20:32:46 +0000 (21:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 20:32:46 +0000 (21:32 +0100)
commitfcb1e3d16832ce06da0dc38ecb7ab9aaa3ee4383
tree59135ca051bf4f7f2fb68792651e6421cafd5e5f
parentf92591f7f9fc78d2aced99befe444cb423b26df8
patch 7.4.1249
Problem:    Crash when the process a channel is connected to exits.
Solution:   Use the file descriptor properly.  Add a test. (Damien)
            Also add a test for eval().
src/channel.c
src/testdir/test_channel.py
src/testdir/test_channel.vim
src/version.c