mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

Avoid consecutive RPC requests involving :startinsert or :stopinsert, because consecutive RPC requests may be processed together, before the :startinsert or :stopinsert takes effect. Also change some feed_command() to command() to make tests faster.