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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user