mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00

It is currently possible for a client to send a response that doesn't match the current server->client request(at the top of the stack). This commit fixes that by delaying notifications to until the first `channel_send_call` invocation returns. Also remove the "call stack" size check, vim will already break if the call stack goes too deep.