mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00

Problem: Redrawing during a substitute confirm prompt causes the match
highlight to disappear.
Solution: Unset `highlight_match` after the prompt has returned.
Use global highlight definitions in searchhl_spec.lua.
(cherry picked from commit 3af43cffa0
)