mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-012
This commit is contained in:
@@ -3145,8 +3145,8 @@ do_source(fname, check_other, is_vimrc)
|
|||||||
verbose_leave();
|
verbose_leave();
|
||||||
}
|
}
|
||||||
#ifdef STARTUPTIME
|
#ifdef STARTUPTIME
|
||||||
vim_snprintf(IObuff, IOSIZE, "sourcing %s", fname);
|
vim_snprintf((char *)IObuff, IOSIZE, "sourcing %s", fname);
|
||||||
time_msg(IObuff, &tv_start);
|
time_msg((char *)IObuff, &tv_start);
|
||||||
time_pop(&tv_rel);
|
time_pop(&tv_rel);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
12,
|
||||||
/**/
|
/**/
|
||||||
11,
|
11,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user