mirror of
https://github.com/neovim/neovim.git
synced 2026-04-03 14:19:27 +00: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>