mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
Problem: Match highlight disappears when doing incsearch for ":s/pat".
Solution: Only use line limit for incsearch highlighting. (closes vim/vim#9425)
94fb8274ca
Co-authored-by: Bram Moolenaar <Bram@vim.org>