commit | c917da4b3e8801a255dbefea8e4ed19c1c716dd8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 22:31:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 22:31:36 2016 +0200 |
tree | 4c4ca7b3b658f666aa781e2f9e51e9dafc57f6d6 | |
parent | 0a0f641b9841189ba4180758109d04d0a26e50e3 [diff] [blame] |
patch 7.4.2075 Problem: No autocommand event to initialize a window or tab page. Solution: Add WinNew and TabNew events. (partly by Felipe Morales)
diff --git a/src/version.c b/src/version.c index a5f33b1..cb8fed6 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2075, +/**/ 2074, /**/ 2073,