Files
neovim/test/functional
Robert Muir b42dc232c5 fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)
Problem: autotrigger option of vim.lsp.completion.enable() would trigger
all clients, as long as it matched at least one client's
triggerCharacters.

Solution: trigger only the clients with triggerCharacters matching the
character. overtriggering still happens if any client returns
isIncomplete=true (this case is more involved).


Co-authored-by: Mathias Fussenegger <f.mathias@zignar.net>
2025-02-13 11:08:11 +01:00
..
2025-02-11 07:19:46 -08:00
2025-02-10 18:56:11 +01:00
2024-11-21 06:50:30 +08:00
2024-04-23 18:17:04 +02:00