mirror of
https://github.com/neovim/neovim.git
synced 2026-03-09 18:45:44 +00:00
Problem: completion: whitespace not cleared with 'ai'
Solution: Remove spaces added by 'autoindent' when autocomplete is set
and restore did_ai in ins_compl_start() (Maxim Kim)
fixes vim/vim#18560
closes: vim/vim#18582
6180d65751
Co-authored-by: Maxim Kim <habamax@gmail.com>