]> granicus.if.org Git - vim/commit
patch 7.4.1379 v7.4.1379
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2016 16:20:55 +0000 (17:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2016 16:20:55 +0000 (17:20 +0100)
commitb7522a2f0ca6c970df37241c9e70024465d8596b
tree67c9867f97c1339af9da874ff290a55a58bc9b21
parent65edff8f51e9e54f85407bdb9156ae8e3e1b76a1
patch 7.4.1379
Problem:    Channel test fails on Win32 console.
Solution:   Don't sleep when timeout is zero. Call channel_wait() before
            channel_read(). Channels are not polled during ":sleep". (Yukihiro
            Nakadaira)
src/channel.c
src/gui_w32.c
src/misc2.c
src/os_win32.c
src/version.c