mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +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.