summaryrefslogtreecommitdiffstats
path: root/src/misc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index c5149ff21b..e17a6f1ead 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -719,7 +719,7 @@ leftcol_changed(void)
if (retval)
curwin->w_set_curswant = TRUE;
- redraw_later(NOT_VALID);
+ redraw_later(UPD_NOT_VALID);
return retval;
}