mirror of
https://github.com/neovim/neovim.git
synced 2026-06-19 18:12:35 +00:00
Problem: prefix can be a symbol like period, the fuzzy matching can't handle it correctly. Solution: when prefix is empty or a symbol add all lsp completion result into matches.