1
0
forked from aniani/vim

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 18:59:07 +00:00
parent cf0dfa2f18
commit b8017e7a03
13 changed files with 646 additions and 302 deletions

View File

@@ -518,7 +518,7 @@ my_fullpath(char *buf, char *fname, int len)
int c;
char *retval = buf;
if (strchr(fname, ':') != NULL) /* allready expanded */
if (strchr(fname, ':') != NULL) /* already expanded */
{
strncpy(buf, fname, len);
}