mirror of
https://github.com/neovim/neovim.git
synced 2026-09-26 07:18:29 +00:00
Problem: completion: incsearch highlight might be lost after search
completion (Hirohito Higashi)
Solution: Restore incsearch highlight after dismissing pum with Ctrl-E
(Girish Palya)
related: vim/vim#17870
closes: vim/vim#17891
https://github.com/vim/vim/commit/04c9e78cd33216dfd2cc59b748d1e267d6920c9a
This change actually isn't needed as Nvim doesn't call update_screen()
to redraw pum, but it doesn't hurt either.
Co-authored-by: Girish Palya <girishji@gmail.com>