mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 10:03:46 +10:00
Problem: when 'completeopt' is set to preinsert the preinserted text is
not cleared when adding new leader (Yee Cheng Chin)
Solution: add a condition to delete preinsert text in edit function
(glepnir)
closes: vim/vim#16672
52fd867f5e
Co-authored-by: glepnir <glephunter@gmail.com>