Files
neovim/test/functional
glepnir 767fbd88ff fix(lsp): fallback to filterText for non-matching PlainText items #39695
Problem:
PlainText completion items used `textEdit.newText` or `insertText` as
the completion word even when they did not match the typed prefix. This
could break popup completion behavior like 'completeopt+=longest'.

Solution:
Fall back to `filterText` when `newText` or `insertText` does not match
the typed prefix.
2026-05-17 11:58:49 -04:00
..
2026-05-17 10:02:12 -04:00
2026-05-13 13:14:07 +01:00
2026-05-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00