mirror of
https://github.com/neovim/neovim.git
synced 2026-05-11 08:01:26 +00:00
The flakiness happens because get() uses vim.schedule(), and a following key may be processed before the scheduled event. Use poke_eventloop() to ensure that the scheduled event is processed.