0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -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:
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

@@ -3002,6 +3002,7 @@ ex_file(exarg_T *eap)
/* print full file name if :cd used */
if (!shortmess(SHM_FILEINFO))
fileinfo(FALSE, FALSE, eap->forceit);
redraw_tabline = TRUE;
}
/*