mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

The spec indicates that the response may be `null`, but it doesn't really say what a `null` response means. Since neovim raises an error if the response is `null`, I figured that ignoring it would be the safest bet. Co-authored-by: Mathias Fussenegger <f.mathias@zignar.net>