mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +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
)