0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.1-239

This commit is contained in:
Bram Moolenaar
2008-01-22 11:44:47 +00:00
parent 92de73db65
commit 9a31f881f2
2 changed files with 3 additions and 1 deletions

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

View File

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