mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)
This commit is contained in:
@@ -455,6 +455,7 @@ int update_screen(void)
|
||||
}
|
||||
msg_scrolled = 0;
|
||||
msg_scrolled_at_flush = 0;
|
||||
msg_grid_scroll_discount = 0;
|
||||
need_wait_return = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user