mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 07:36: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.