updated for version 7.1-239

This commit is contained in:
vimboss
2008-01-22 11:44:47 +00:00
parent 81a29944ef
commit 55c48091de
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4694,7 +4694,7 @@ call_user_expand_func(user_expand_func, xp, num_file, file)
{
/* Completion from Insert mode, pass fake arguments. */
keep = 0;
sprintf((char *)num, "%d", STRLEN(xp->xp_pattern));
sprintf((char *)num, "%d", (int)STRLEN(xp->xp_pattern));
args[1] = xp->xp_pattern;
}
else
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
239,
/**/
238,
/**/