mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 10:25:42 +00:00
Problem: completion: crash with fuzzy completion
(Christian Brabandt)
Solution: When completion candidates are gathered from a different
window, and when completing `<c-p>`, linked list should be
sorted only after all items are collected (Girish Palya).
fixes: vim/vim#18752
closes: vim/vim#18756
6437997d83
Co-authored-by: Girish Palya <girishji@gmail.com>