summaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/edit.c b/src/edit.c
index c3aa88878..0b0d174f3 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -4701,7 +4701,7 @@ ins_up(
|| old_topfill != curwin->w_topfill
#endif
)
- redraw_later(VALID);
+ redraw_later(UPD_VALID);
start_arrow(&tpos);
can_cindent = TRUE;
}
@@ -4758,7 +4758,7 @@ ins_down(
|| old_topfill != curwin->w_topfill
#endif
)
- redraw_later(VALID);
+ redraw_later(UPD_VALID);
start_arrow(&tpos);
can_cindent = TRUE;
}
@@ -5283,7 +5283,7 @@ ins_ctrl_ey(int tc)
scrolldown_clamp();
else
scrollup_clamp();
- redraw_later(VALID);
+ redraw_later(UPD_VALID);
}
else
{