mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 12:52:13 +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.