From: Bram Moolenaar Date: Tue, 22 Jan 2008 11:44:47 +0000 (+0000) Subject: updated for version 7.1-239 X-Git-Tag: v7.1.239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a31f881f2acb239263aafaac705059fc753b330;p=vim updated for version 7.1-239 --- diff --git a/src/ex_getln.c b/src/ex_getln.c index b1f04d8d0..e7f8c1b1c 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -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 diff --git a/src/version.c b/src/version.c index 2a259f79e..949670287 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 239, /**/ 238, /**/