Re: timer revisited

2007-02-06 Thread Yukihiro Nakadaira
In Vim7 feedkeys() can be used. autocmd CursorHold * call Timer() function! Timer() echo strftime(%c) let K_IGNORE = \x80\xFD\x35internal key code that is ignored call feedkeys(K_IGNORE) endfunction -- Yukihiro Nakadaira - [EMAIL PROTECTED]

timer revisited

2007-02-05 Thread John Doe
Well, I am so happy I can post here again (I've been shut out for about 1/2 year for no apparent reason). So I need to catch up with the question backlog. I used to be able to conjure regenerating timer events in vim 6.4 like this: here's a nice workaround for a regenerative CursorHold