changeset 1524:50e0337c25ca v7.1.239

updated for version 7.1-239
author vimboss
date Tue, 22 Jan 2008 11:44:47 +0000
parents dfcff6590aba
children 76985a406456
files src/ex_getln.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4694,7 +4694,7 @@ call_user_expand_func(user_expand_func, 
     {
 	/* 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
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    239,
+/**/
     238,
 /**/
     237,