1
0
forked from aniani/vim

updated for version 7.2-286

This commit is contained in:
Bram Moolenaar
2009-11-11 13:22:11 +00:00
parent 76675565ac
commit ef94eec644
6 changed files with 36 additions and 14 deletions

View File

@@ -494,6 +494,11 @@ static char *(features[]) =
#else
"-sniff",
#endif
#ifdef STARTUPTIME
"+startuptime",
#else
"-startuptime",
#endif
#ifdef FEAT_STL_OPT
"+statusline",
#else
@@ -676,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
286,
/**/
285,
/**/