mirror of
https://github.com/neovim/neovim.git
synced 2026-09-22 05:27:47 +00:00
Problem: When fuzzy is enabled and the prefix is not empty, items are not sorted by fuzzy score before calling fn.complete. Solution: Use matchfuzzypos to get the scores and sort the items by fuzzy score before calling fn.complete.