]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-053 v7.0.053
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Aug 2006 20:24:14 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Aug 2006 20:24:14 +0000 (20:24 +0000)
src/misc1.c
src/version.c

index 5ce1167d20761844c112f4d082a9381bfde295a1..e2efcfbe10082c36feb1b8e88b7e73d2d1e196c1 100644 (file)
@@ -4492,7 +4492,7 @@ shorten_dir(str)
                int l = mb_ptr2len(s);
 
                while (--l > 0)
-                   *d++ = *s++;
+                   *d++ = *++s;
            }
 # endif
        }
index 6d6ce82148a6ed6fa096be8319bebedfce5ca1a3..ebe1221f9fb299559b12608ec0c1e4cd31258991 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    53,
 /**/
     52,
 /**/