mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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]);
|
||||
if (dir)
|
||||
STRCAT(p, "/"); /* add '/' to a directory name */
|
||||
add_pathsep(p); /* add '/' to a directory name */
|
||||
(*file)[j++] = p;
|
||||
}
|
||||
}
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
194,
|
||||
/**/
|
||||
193,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user