1
0
forked from aniani/vim

updated for version 7.2-012

This commit is contained in:
Bram Moolenaar 2008-09-07 13:50:37 +00:00
parent a85fb757a1
commit e511f29adb
2 changed files with 4 additions and 2 deletions

View File

@ -3145,8 +3145,8 @@ do_source(fname, check_other, is_vimrc)
verbose_leave();
}
#ifdef STARTUPTIME
vim_snprintf(IObuff, IOSIZE, "sourcing %s", fname);
time_msg(IObuff, &tv_start);
vim_snprintf((char *)IObuff, IOSIZE, "sourcing %s", fname);
time_msg((char *)IObuff, &tv_start);
time_pop(&tv_rel);
#endif

View File

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