1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2016-07-19 22:31:36 +02:00
parent 0a0f641b98
commit c917da4b3e
6 changed files with 56 additions and 6 deletions

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2075,
/**/
2074,
/**/