We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f40d12 commit 6ce6504Copy full SHA for 6ce6504
src/ex_cmds.c
@@ -3002,6 +3002,7 @@ ex_file(exarg_T *eap)
3002
/* print full file name if :cd used */
3003
if (!shortmess(SHM_FILEINFO))
3004
fileinfo(FALSE, FALSE, eap->forceit);
3005
+ redraw_tabline = TRUE;
3006
}
3007
3008
/*
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1216,
766
/**/
767
1215,
768
0 commit comments