mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 19:42:21 +10: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().