mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +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.