Skip to content

Commit 6ce6504

Browse files
committed
patch 8.0.1216: tabline is not always updated for :file command
Problem: Tabline is not always updated for :file command. (Norio Takagi) Solution: Set redraw_tabline. (Hirohito Higashi)
1 parent 2f40d12 commit 6ce6504

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/ex_cmds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3002,6 +3002,7 @@ ex_file(exarg_T *eap)
30023002
/* print full file name if :cd used */
30033003
if (!shortmess(SHM_FILEINFO))
30043004
fileinfo(FALSE, FALSE, eap->forceit);
3005+
redraw_tabline = TRUE;
30053006
}
30063007

30073008
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1216,
764766
/**/
765767
1215,
766768
/**/

0 commit comments

Comments
 (0)