Files
neovim/runtime/lua
glepnir 2a382ffb61 fix(lsp): completion overwrites text before the word boundary #41463
Problem:
One item with an edit range before the word boundary changes the start
column for all items. For tsserver `str.`, completing `str.char` can
become `strcharAt` and break filtering.

Solution:
Prepend the missing text and filter on it.
2026-08-24 06:14:49 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00