mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)
This commit is contained in:
@@ -1226,6 +1226,7 @@ struct window_S {
|
||||
|
||||
bool w_viewport_invalid;
|
||||
linenr_T w_viewport_last_topline; // topline when the viewport was last updated
|
||||
linenr_T w_viewport_last_botline; // botline when the viewport was last updated
|
||||
linenr_T w_viewport_last_topfill; // topfill when the viewport was last updated
|
||||
linenr_T w_viewport_last_skipcol; // skipcol when the viewport was last updated
|
||||
|
||||
|
Reference in New Issue
Block a user