summaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c
index fb55934477..c067d92c09 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -8482,8 +8482,10 @@ showruler(always)
#ifdef FEAT_INS_EXPAND
if (pum_visible())
{
+# ifdef FEAT_WINDOWS
/* Don't redraw right now, do it later. */
curwin->w_redr_status = TRUE;
+# endif
return;
}
#endif