mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +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().