aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/ui.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index 8c72c28e56..ea42e3e357 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -161,6 +161,11 @@ void ui_refresh(void)
return;
}
+ if (updating_screen) {
+ ui_schedule_refresh();
+ return;
+ }
+
int width = INT_MAX, height = INT_MAX;
bool pum_external = true;