scroll: use win->w_viewport_invalid

This commit is contained in:
Rom Grk
2020-10-24 20:16:58 -04:00
parent bcf79c62bc
commit a1596f0b0b
3 changed files with 2 additions and 16 deletions

View File

@@ -1204,9 +1204,6 @@ struct window_S {
colnr_T w_skipcol; // starting column when a single line
// doesn't fit in the window
linenr_T w_last_topline; ///< last known value for topline
colnr_T w_last_leftcol; ///< last known value for leftcol
//
// Layout of the window in the screen.
// May need to add "msg_scrolled" to "w_winrow" in rare situations.