Re: Bug: CursorHoldI not triggered after startinsert

2006-10-23 Thread Hari Krishna Dara
On Mon, 23 Oct 2006 at 9:25pm, Bram Moolenaar wrote: > > Hari Krishna Dara wrote: > > > I am using :startinsert! from my plugin to put the user in insert mode, > > but if the user doesn't type anything for 'updatetime' after this, no > > CursorHoldI event is generated. I tried doing an explicit :

Re: Bug: CursorHoldI not triggered after startinsert

2006-10-23 Thread Bram Moolenaar
Hari Krishna Dara wrote: > I am using :startinsert! from my plugin to put the user in insert mode, > but if the user doesn't type anything for 'updatetime' after this, no > CursorHoldI event is generated. I tried doing an explicit :doauto right > after :startinsert!, but Vim ignores it, probably

Re: Bug: CursorHoldI not triggered after startinsert

2006-10-22 Thread Hari Krishna Dara
On Sun, 22 Oct 2006 at 5:25pm, Hari Krishna Dara wrote: > > I am using :startinsert! from my plugin to put the user in insert mode, > but if the user doesn't type anything for 'updatetime' after this, no > CursorHoldI event is generated. I tried doing an explicit :doauto right > after :startinser

Bug: CursorHoldI not triggered after startinsert

2006-10-22 Thread Hari Krishna Dara
I am using :startinsert! from my plugin to put the user in insert mode, but if the user doesn't type anything for 'updatetime' after this, no CursorHoldI event is generated. I tried doing an explicit :doauto right after :startinsert!, but Vim ignores it, probably because the command only schedules