mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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)
This commit is contained in:
@@ -3002,6 +3002,7 @@ ex_file(exarg_T *eap)
|
|||||||
/* print full file name if :cd used */
|
/* print full file name if :cd used */
|
||||||
if (!shortmess(SHM_FILEINFO))
|
if (!shortmess(SHM_FILEINFO))
|
||||||
fileinfo(FALSE, FALSE, eap->forceit);
|
fileinfo(FALSE, FALSE, eap->forceit);
|
||||||
|
redraw_tabline = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1216,
|
||||||
/**/
|
/**/
|
||||||
1215,
|
1215,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user