mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00

Problem: completion: inconsistent selection of first item with
'autocomplete' (Tomasz N)
Solution: Check for 'autocomplete' option in ins_compl_new_leader()
(Girish Palya).
fixes: vim/vim#18326
closes: vim/vim#18329
86e8e909f2
Co-authored-by: Girish Palya <girishji@gmail.com>