mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 21:35:09 +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.