mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 13:50:34 +00:00
Problem: nvim__redraw may update the screen with an invalid topline.
Solution: Update the topline before calling `update_screen()` (as
:redraw does).
(cherry picked from commit af82f36108)