diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c index 4ea0cffbd..fec1081c2 100644 --- a/src/screen.c +++ b/src/screen.c @@ -5374,6 +5374,7 @@ win_line( wp->w_wcol = col - boguscols; wp->w_wrow = row; did_wcol = TRUE; + curwin->w_valid |= VALID_WCOL|VALID_WROW|VALID_VIRTCOL; } #endif |