mirror of
https://github.com/zoriya/vim.git
synced 2026-05-03 03:46:06 +00:00
Problem: An error in a timer can make Vim unusable.
Solution: Don't set the error flag or exception from a timer. Stop a timer
if it causes an error 3 out of 3 times. Discard an exception
caused inside a timer.