mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

Problem: chain complete does not work when 'cot' includes fuzzy
and 'completefuzzycollect' collects wrong next word.
(Konfekt)
Solution: compl_startpos is not set correctly, remove next word check
in search_for_fuzzy_match (glepnir).
fixes vim/vim#17131
fixes vim/vim#16942
closes: vim/vim#17136
cfe502c575
Co-authored-by: glepnir <glephunter@gmail.com>