mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 14:58:28 +00:00
Problem: A vim.ui_attach() callback that redraws to show a 'verbose'
regex message during 'incsearch' results in recusive redrawing.
Solution: Check that curwin was redrawn instead of just any window when
determining if 'incsearch' highlighting was cleared.