From: Bram Moolenaar Date: Thu, 3 Jan 2008 17:56:04 +0000 (+0000) Subject: updated for version 7.1-194 X-Git-Tag: v7.1.194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b238909e065a6bf89821c3aef4e079d34222d18d;p=vim updated for version 7.1-194 --- diff --git a/src/os_unix.c b/src/os_unix.c index 3acd6acc2..0ccbf1a47 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -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; } } diff --git a/src/version.c b/src/version.c index b89a0fad3..0c45c476b 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 194, /**/ 193, /**/