summaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index f89d057dd..8a351cc05 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -4024,7 +4024,7 @@ jumpto_tag(
{
// Return cursor to where we were
validate_cursor();
- redraw_later(VALID);
+ redraw_later(UPD_VALID);
win_enter(curwin_save, TRUE);
}
#endif