]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-155 v7.2.155
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 14:10:39 +0000 (14:10 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 14:10:39 +0000 (14:10 +0000)
src/eval.c
src/version.c

index 89a77f80e3382a0015f184f0f304c8cb293c0b2f..1c4f60ea9eaded4105a78f77c33a3c05b7b8b181 100644 (file)
@@ -19720,6 +19720,7 @@ ex_function(eap)
                            list_func_head(fp, FALSE);
                    }
                }
+               vim_free(regmatch.regprog);
            }
        }
        if (*p == '/')
index 7e380eba75649d888652be0260139a49a16e3327..07ea2cfc025c65f23a0fa6f3959a500758d50111 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    155,
 /**/
     154,
 /**/