# HG changeset patch # User vimboss # Date 1199382964 0 # Node ID ae7e29b64923da886325215a1a5b20bd60e4cbc0 # Parent fa07532e69c6eec9a6860ef1362f1d8187b8244a updated for version 7.1-194 diff --git a/src/os_unix.c b/src/os_unix.c --- a/src/os_unix.c +++ b/src/os_unix.c @@ -5482,7 +5482,7 @@ mch_expand_wildcards(num_pat, pat, num_f { 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 194, +/**/ 193, /**/ 192,