0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.2-211

This commit is contained in:
Bram Moolenaar
2009-06-24 14:25:49 +00:00
parent 85388b5652
commit 782027ee28
2 changed files with 3 additions and 1 deletions

View File

@@ -9193,7 +9193,7 @@ gen_expand_wildcards(num_pat, pat, num_file, file, flags)
else if (vim_strpbrk(p, (char_u *)"$~") != NULL) else if (vim_strpbrk(p, (char_u *)"$~") != NULL)
{ {
vim_free(p); vim_free(p);
ga_clear(&ga); ga_clear_strings(&ga);
i = mch_expand_wildcards(num_pat, pat, num_file, file, i = mch_expand_wildcards(num_pat, pat, num_file, file,
flags); flags);
recursive = FALSE; recursive = FALSE;

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
211,
/**/ /**/
210, 210,
/**/ /**/