]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-194 v7.1.194
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2008 17:56:04 +0000 (17:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2008 17:56:04 +0000 (17:56 +0000)
src/os_unix.c
src/version.c

index 3acd6acc208e9508ff96cc931caa67f27261c7ff..0ccbf1a4730e0ba20c8d580f63b2100e63119577 100644 (file)
@@ -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;
        }
     }
index b89a0fad34712f9f51ed624fb1a96617e68969a0..0c45c476b8fda948a0cdacd125c4154a3cf60793 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    194,
 /**/
     193,
 /**/