Am 04.05.2011 08:59, schrieb Christian Brabandt:
Hi Bram,
attached patch fixes this issue from todo.txt:

8   Add an event like CursorHold that is triggered repeatedly, not just
once after typing something.
Need for CursorHold that retriggers.  Use a key that doesn't do anything,
or a function that resets did_cursorhold.

Could you please explain a bit more without requiring everybody to
inspect and understand the attachment?

ok .. did open ...

You use "CursorHoldR" for the event, that's a confusing name -- if
CursorHoldI is for Insert mode, then CursorHoldR must be for Overwrite
mode ... huh?
What about "CursorRepeat" instead ...

If the new event is active, does this mean that the CursorHold event
never fires?

Ah, no, what you actually do is: modify CursorHold to make it trigger
repeatedly (?).  "CursorHoldRepeat"

Then again, what about normal CursorHold events that I only want to get
triggered after X milliseconds or Y key presses ... how will both events
work together?  Does one event influence the other?

--
Andy

--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to