mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 20:38:03 +00:00
In case nvim A sends nvim_error_event to nvim B, it would respond with another nvim_error_event due to unknown request name. Fix this by adding dummy request handler for now.