mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 22:58:50 +00:00
Problem:
After 767fbd8, typing trigger chars would open completion but the
chars were removed.
Solution:
Use filterText fallback so selected item respects typed trigger chars.