summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 669cfa9a97..1aaddd477b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1924,7 +1924,7 @@ enter_buffer(buf_T *buf)
curbuf->b_last_used = vim_time();
#endif
- redraw_later(NOT_VALID);
+ redraw_later(UPD_NOT_VALID);
}
#if defined(FEAT_AUTOCHDIR) || defined(PROTO)