mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 20:52:55 +10: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.