1
0
forked from aniani/vim

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:
Bram Moolenaar
2017-10-24 22:32:59 +02:00
parent 2f40d129bf
commit 6ce6504808
2 changed files with 3 additions and 0 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1216,
/**/
1215,
/**/