mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 14:29:02 +00:00
The iterator is meant to be fully reset in this code path, but only the `next_row` state was being reset. This would only cause highlight artifacts for very brief periods of time, though.