diff src/screen.c @ 639:c79d4df4686e

updated for version 7.0185
author vimboss
date Sun, 22 Jan 2006 23:25:56 +0000
parents 81fe2ccc1207
children 2392a6da4aa4
line wrap: on
line diff
--- 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