mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00

before, calling vim.schedule() from inside an event would execute the scheduled callback immediately after this event without checking for user input in between. Break event processing whenever user input or an interrupt is available.