mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

The on_exit handler provided to the client configuration is called after the client's context is cleared (e.g. which buffers the client was attached to). Calling the handler sooner allows these handlers to access the client object and do their own cleanup with the full context.