mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 23:56:03 +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.