mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 06:43:13 +00:00
Problem: ComplMatchIns highlight doesn't end after inserted text.
Solution: Handle ComplMatchIns highlight more like search highlight.
Fix off-by-one error. Handle deleting text properly.
(zeertzjq)
closes: vim/vim#16244
f25d8f9312