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/version.c b/src/version.c index 05db90f..3668e30 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1216, +/**/ 1215, /**/ 1214,