commit | 6ce650480844bfaa5410874416b4a2e15f40b870 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 24 22:32:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 24 22:32:59 2017 +0200 |
tree | 172737d72b86af270be1b987431c25b887699ef7 | |
parent | 2f40d129bf45cd35976e4120336ae6d504f5a5dd [diff] [blame] |
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)
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 60f47bb..1543728 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -3002,6 +3002,7 @@ /* print full file name if :cd used */ if (!shortmess(SHM_FILEINFO)) fileinfo(FALSE, FALSE, eap->forceit); + redraw_tabline = TRUE; } /*