> I like the idea for a threshold, but it would be a ton of work since it > would have to use threads and locking and vim isn't thread safe. This is > way more work than I am willing to put in even if it means this patch > doesn't get merged. > > -Matt
Er, threads, locks? We only need to decide to kill or not to kill current active timer (if any). And this decision is based on start time solely. -- -- 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/groups/opt_out.
