mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 13:59:16 +00:00
- Move the cleanup function definition into `restart()` so restart can be selectively used as a hook - Improve error handling: Before this, errors while running the event loop would cause busted to get stuck. Now the error is properly raised by stopping the event loop first.