1
0
forked from aniani/vim

updated for version 7.1-194

This commit is contained in:
Bram Moolenaar
2008-01-03 17:56:04 +00:00
parent 5f91c0ca81
commit b238909e06
2 changed files with 3 additions and 1 deletions

View File

@@ -5482,7 +5482,7 @@ mch_expand_wildcards(num_pat, pat, num_file, file, flags)
{
STRCPY(p, (*file)[i]);
if (dir)
STRCAT(p, "/"); /* add '/' to a directory name */
add_pathsep(p); /* add '/' to a directory name */
(*file)[j++] = p;
}
}