mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00

Problem: Completion side effects not working randomly. Solution: When creating the table of LSP responses, the table index was used, but this is not the same as the actual client_id, so it was changed to use the client_id directly.