commit | 578b49e4f7caaf0e20ff63c1f08e6bc5fe0245ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 19:22:57 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 19:22:57 2005 +0000 |
tree | f90f3d0684c0f25636b36b8d23baa3fcadb5c262 | |
parent | 32330d3c679024a006f69dea73acc878f4c36df7 [diff] [blame] |
updated for version 7.0145
diff --git a/src/gui.c b/src/gui.c index 6b14030..9a465f4 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -3861,6 +3861,9 @@ #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 @@ * the status line!). */ if (old_topline != wp->w_topline + || wp->w_redr_type != 0 #ifdef FEAT_DIFF || old_topfill != wp->w_topfill #endif