mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 01:56:30 +00:00
The client state is cleaned up both in client.stop() as well as in the client.on_exit() handler. Technically, the client has not actually stopped until the on_exit handler is called, so we should just do this cleanup there and remove it from client.stop().