]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1404 v7.4.1404
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 18:34:01 +0000 (19:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 18:34:01 +0000 (19:34 +0100)
commit9186a276222ea8a7c88f4092ac5b4201381f4e20
treea1c29ae0fae907a1746b99a7bbfcf0ae244cd8c2
parent0106e3d0bf8a38351af45331cbf3b9172a6bb90b
patch 7.4.1404
Problem:    ch_read() doesn't time out on MS-Windows.
Solution:   Instead of WM_NETBEANS use select(). (Yukihiro Nakadaira)
src/channel.c
src/gui_w32.c
src/os_win32.c
src/structs.h
src/testdir/test_channel.vim
src/version.c
src/vim.h