Re: test_channel.vim fails with Win32 CUI Vim

2016-02-23 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > > > > > test_channel.vim fails with Win32 CUI Vim. > > > > > > > > > > What the following patch fix is > > > > > 1. Vim sleep 5 msec even when timeout=0. > > > > > 2. channel_handle_events() cl

Re: test_channel.vim fails with Win32 CUI Vim

2016-02-22 Fir de Conversatie Yukihiro Nakadaira
On Mon, Feb 22, 2016 at 9:27 PM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > > > test_channel.vim fails with Win32 CUI Vim. > > > > > > > > What the following patch fix is > > > > 1. Vim sleep 5 msec even when timeout=0. >

Re: test_channel.vim fails with Win32 CUI Vim

2016-02-22 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > > > test_channel.vim fails with Win32 CUI Vim. > > > > > > What the following patch fix is > > > 1. Vim sleep 5 msec even when timeout=0. > > > 2. channel_handle_events() closes channel when there is no input. > > &g

Re: test_channel.vim fails with Win32 CUI Vim

2016-02-22 Fir de Conversatie Yukihiro Nakadaira
On Mon, Feb 22, 2016 at 1:19 AM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > test_channel.vim fails with Win32 CUI Vim. > > > > What the following patch fix is > > 1. Vim sleep 5 msec even when timeout=0. > > 2. channel_handle_events() close

Re: test_channel.vim fails with Win32 CUI Vim

2016-02-21 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > test_channel.vim fails with Win32 CUI Vim. > > What the following patch fix is > 1. Vim sleep 5 msec even when timeout=0. > 2. channel_handle_events() closes channel when there is no input. > 3. ":sleep" command does not read channel (I am

test_channel.vim fails with Win32 CUI Vim

2016-02-21 Fir de Conversatie Yukihiro Nakadaira
test_channel.vim fails with Win32 CUI Vim. What the following patch fix is 1. Vim sleep 5 msec even when timeout=0. 2. channel_handle_events() closes channel when there is no input. 3. ":sleep" command does not read channel (I am not sure where is the right place to call channel_han