mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +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>