Christian Brabandt wrote:
> 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.
Thanks. Did you verify it actually keeps triggering in various
environments? Esp. terminal, GUI and Windows console.
> /*
> - * Return TRUE if the CursorHold event can be triggered.
> + * Return 1 if the CursorHold event can be triggered.
> + * Return 2 if the CursorHoldR event can be triggered.
> */
> int
> trigger_cursorhold()
It's simpler if you have it either return zero, KE_CURSORHOLD or
KE_CURSORHOLDR.
Would we need a separate CursorHoldRepeat and CursorHoldRepeatI? So
that we can separate Normal and Insert mode? Would at least be more
consistent.
--
hundred-and-one symptoms of being an internet addict:
51. You put a pillow case over your laptop so your lover doesn't see it while
you are pretending to catch your breath.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
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