mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
CA_COMMAND_BUSY in nv_event() was carried over from Vim nv_cursorhold()
(ref: e5165bae11). It prevents :startinsert from working during a RPC
call, so remove it.
Helped-by: glacambre <me@r4>
closes #7254