mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 08:34:21 +00:00
Problem: completion text is highlighted even with no pattern found
Solution: use ins_compl_leader_len() instead of checking
compl_leader.length (glepnir)
closes: vim/vim#16422
9fddb8ae77
Co-authored-by: glepnir <glephunter@gmail.com>