comparison src/misc1.c @ 1914:28641f0ed9de v7.2.211

updated for version 7.2-211
author vimboss
date Wed, 24 Jun 2009 14:25:49 +0000
parents c8f343a465a2
children 9230c45fdde6
comparison
equal deleted inserted replaced
1913:bddda5d8caa1 1914:28641f0ed9de
9191 * found file names and start all over again. 9191 * found file names and start all over again.
9192 */ 9192 */
9193 else if (vim_strpbrk(p, (char_u *)"$~") != NULL) 9193 else if (vim_strpbrk(p, (char_u *)"$~") != NULL)
9194 { 9194 {
9195 vim_free(p); 9195 vim_free(p);
9196 ga_clear(&ga); 9196 ga_clear_strings(&ga);
9197 i = mch_expand_wildcards(num_pat, pat, num_file, file, 9197 i = mch_expand_wildcards(num_pat, pat, num_file, file,
9198 flags); 9198 flags);
9199 recursive = FALSE; 9199 recursive = FALSE;
9200 return i; 9200 return i;
9201 } 9201 }