mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10: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.