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