mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 08:41:49 +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.