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)
6ce6504808
This commit is contained in:
Jan Edmund Lazo 2018-07-14 11:38:09 -04:00
parent 059986e038
commit 593c0bd77f

View File

@ -1598,6 +1598,7 @@ void ex_file(exarg_T *eap)
// print full file name if :cd used
fileinfo(false, false, eap->forceit);
}
redraw_tabline = true;
}
/*