commit | 12c11d553053f5a9eae9eb3c518279b12fa928c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 23:13:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 23:13:03 2016 +0200 |
tree | 9516b5c3300a1799e1a5657457dedd7e8d526749 | |
parent | 4f0383bc3fe5af0229fb66b53fe94329af783eff [diff] [blame] |
patch 7.4.2077 Problem: Cannot update 'tabline' when a tab was closed. Solution: Add the TabClosed autocmd event. (partly by Felipe Morales)
diff --git a/src/version.c b/src/version.c index 6f1d53a..892894a 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2077, +/**/ 2076, /**/ 2075,