mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

buf_request_sync returns a table indexed by the client id, so when starting a second client on a separate buffer, result[1] will be nil. Closes #13232. Co-authored-by: francisco souza <fsouza@users.noreply.github.com>