> Why would a very short updatetime be useful? It seems like the better > solution is "don't do that", unless there's a good reason for it.
In this case it's for updating diff signs. > The CursorHoldI event was already skipped when Insert completion is > active, thus if typing something after the CTRL-X, such as CTRL-L, it > would also not be triggered. Also when typing CTRL-V. Basically > whenever an imcomplete command was typed. I think of insert completion as being active once CTRL-X has been pressed, not once the type of completion has been chosen (e.g. with CTRL-L). To my mind it doesn't make sense to fire the CursorHoldI event after CTRL-X because the user isn't typing a character to be inserted, nor some kind of editing character, but an (incomplete) "mode switching" command. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
