diff options
Diffstat (limited to 'src/nvim/drawscreen.c')
-rw-r--r-- | src/nvim/drawscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/drawscreen.c b/src/nvim/drawscreen.c index 9e25676d4e..30a5755297 100644 --- a/src/nvim/drawscreen.c +++ b/src/nvim/drawscreen.c @@ -329,7 +329,7 @@ void screen_resize(int width, int height) maketitle(); changed_line_abv_curs(); - invalidate_botline(); + invalidate_botline(curwin); // We only redraw when it's needed: // - While at the more prompt or executing an external command, don't |