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
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.
>
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
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
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.
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