]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-211 v7.2.211
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 14:25:49 +0000 (14:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 14:25:49 +0000 (14:25 +0000)
src/misc1.c
src/version.c

index 2145124d116e2cec9e302c75d0903228f9a0eb60..03b638daa660f4933d26a5a8fe5aa2a9a51ea80a 100644 (file)
@@ -9193,7 +9193,7 @@ gen_expand_wildcards(num_pat, pat, num_file, file, flags)
                else if (vim_strpbrk(p, (char_u *)"$~") != NULL)
                {
                    vim_free(p);
-                   ga_clear(&ga);
+                   ga_clear_strings(&ga);
                    i = mch_expand_wildcards(num_pat, pat, num_file, file,
                                                                       flags);
                    recursive = FALSE;
index 145ef2e6d579eda0a422e2cf6a59b396647ef331..6d92a0360fa275c07020c70e2150c6e522260e85 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    211,
 /**/
     210,
 /**/