From: Bram Moolenaar Date: Tue, 15 Aug 2006 20:24:14 +0000 (+0000) Subject: updated for version 7.0-053 X-Git-Tag: v7.0.053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6baca5a63184946aec0606f2b141eee34c57d97;p=vim updated for version 7.0-053 --- diff --git a/src/misc1.c b/src/misc1.c index 5ce1167d2..e2efcfbe1 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -4492,7 +4492,7 @@ shorten_dir(str) int l = mb_ptr2len(s); while (--l > 0) - *d++ = *s++; + *d++ = *++s; } # endif } diff --git a/src/version.c b/src/version.c index 6d6ce8214..ebe1221f9 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 */ +/**/ + 53, /**/ 52, /**/