1
0
forked from aniani/vim

updated for version 7.0-053

This commit is contained in:
Bram Moolenaar
2006-08-15 20:24:14 +00:00
parent 5f40231e5a
commit b6baca5a63
2 changed files with 3 additions and 1 deletions

View File

@@ -4492,7 +4492,7 @@ shorten_dir(str)
int l = mb_ptr2len(s); int l = mb_ptr2len(s);
while (--l > 0) while (--l > 0)
*d++ = *s++; *d++ = *++s;
} }
# endif # endif
} }

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
53,
/**/ /**/
52, 52,
/**/ /**/