diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 60f47bbd2..154372883 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -3002,6 +3002,7 @@ ex_file(exarg_T *eap) /* print full file name if :cd used */ if (!shortmess(SHM_FILEINFO)) fileinfo(FALSE, FALSE, eap->forceit); + redraw_tabline = TRUE; } /* diff --git a/src/version.c b/src/version.c index 05db90f1b..3668e3024 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1216, /**/ 1215, /**/