]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1286 v7.4.1286
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 20:29:00 +0000 (21:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 20:29:00 +0000 (21:29 +0100)
commit7a84dbe6be0ef0e1ffbb7148cfe4ab50b9ba8f41
treebfbaed36b7f81688d34ad4bca43d85f1ce182d25
parentcb00f039332d3188931035e9d07144546fdea78a
patch 7.4.1286
Problem:    ch_open() with a timeout doesn't work correctly.
Solution:   Change how select() is used.  Don't give an error on timeout.
            Add a test for ch_open() failing.
src/channel.c
src/testdir/test_channel.vim
src/version.c