mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
Problem: With 'completeopt' "fuzzy", a re-sort after complete() leaves the
last match unsorted at the end of the list.
Solution: Find the original text by its flag instead of assuming
compl_shows_dir points at it.
closes: vim/vim#21103
7e74722999