Files
neovim/runtime/lua
glepnir 5ce9e74f13 feat(completion): commitCharacters #38417
Problem: LSP completion commitCharacters are not handled. Typing a
commit character (e.g. `.`, `(`, `;`) while a completion item is
selected does not accept the item first.

Solution: Store commit characters as a flat string in complete-items.
Check it before completion stops, accept the match and let
the character be inserted normally.
2026-07-15 19:08:37 -04:00
..
2026-07-13 19:44:15 +02:00
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00