aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index 96232ab223..73d45d8192 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -454,5 +454,6 @@ void ui_grid_resize(handle_T grid_handle, int width, int height, Error *error)
wp->w_grid.requested_rows = (int)height;
wp->w_grid.requested_cols = (int)width;
+ win_inner_width_changed(wp);
redraw_win_later(wp, SOME_VALID);
}