[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] vim slow



On 01/10/14 08:55, Alan Hourihane wrote:
> On 01/10/14 07:57, Vincent Rivière wrote:
>> On 30/09/2014 23:59, Alan Hourihane wrote:
>>> Try the attached patch for your older vim.
>> IIRC, I already tried that yesterday, but it didn't work.
>> Then I looked at the documentation of Fselect() and I saw that a
>> timeout of 0 means infinite. So I'm not sure that the patch is
>> correct, anyway.
> The documentation may say 0 means infinite, but looking at the
> implementation, 0 looks like it should do the same as Fpoll.
>

Mmm. Actually, no it doesn't.

The patch may work for vim, but may break other applications
which relied on Fselect()'s documentation.

I'll take a closer look when my systems are back online for testing.

Alan.