mirror of
https://github.com/neovim/neovim.git
synced 2025-12-27 16:49:13 +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>