0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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]); STRCPY(p, (*file)[i]);
if (dir) if (dir)
STRCAT(p, "/"); /* add '/' to a directory name */ add_pathsep(p); /* add '/' to a directory name */
(*file)[j++] = p; (*file)[j++] = p;
} }
} }

View File

@@ -666,6 +666,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 */
/**/
194,
/**/ /**/
193, 193,
/**/ /**/