]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-239 v7.1.239
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Jan 2008 11:44:47 +0000 (11:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Jan 2008 11:44:47 +0000 (11:44 +0000)
src/ex_getln.c
src/version.c

index b1f04d8d07fea4518013fa6f415dc3b30f2de3f6..e7f8c1b1c7806466ff5e4e322a37c0dd7e6bf806 100644 (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
index 2a259f79eec6f62ee7d7560ad17f9b417d34c48d..94967028777f54b9b18770aeb9160db7649e9ef0 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    239,
 /**/
     238,
 /**/