Files
neovim/runtime/lua/vim/lsp
ippachi 5aa9906676 fix(lsp): use client.id instead of pairs index (#29143)
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.
2024-06-03 18:07:09 +02:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00