mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 22:59:36 +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>