mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0145
This commit is contained in:
@@ -3861,6 +3861,9 @@ gui_do_scroll()
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Make sure wp->w_leftcol and wp->w_skipcol are correct. */
|
||||
validate_cursor();
|
||||
|
||||
curwin = save_wp;
|
||||
curbuf = save_wp->w_buffer;
|
||||
|
||||
@@ -3869,6 +3872,7 @@ gui_do_scroll()
|
||||
* the status line!).
|
||||
*/
|
||||
if (old_topline != wp->w_topline
|
||||
|| wp->w_redr_type != 0
|
||||
#ifdef FEAT_DIFF
|
||||
|| old_topfill != wp->w_topfill
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user