mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
d83868fe90
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. |
||
---|---|---|
.. | ||
config | ||
functional | ||
includes | ||
unit |