summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index dcede31e4..42638e448 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1273,6 +1273,9 @@ main_loop(
if (need_maketitle)
maketitle();
#endif
+#ifdef FEAT_VIMINFO
+ curbuf->b_last_used = vim_time();
+#endif
/* display message after redraw */
if (keep_msg != NULL)
{