]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-062 v7.1.062
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Aug 2007 12:32:57 +0000 (12:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Aug 2007 12:32:57 +0000 (12:32 +0000)
src/misc1.c
src/version.c

index be2c2444344b0ca3dc29542b918fe6d39c50993e..d9505046b7e317047d5947b6a91183a8004da1e3 100644 (file)
@@ -222,7 +222,10 @@ set_indent(size, flags)
         * than old) */
        while (vim_iswhite(*p))
            (void)*p++;
-       todo = size-ind_done;
+       todo = size - ind_done;
+       ind_len += todo;    /* Set total length of indent in characters,
+                            * which may have been undercounted until now  */
+
     }
     else
     {
index cc32d9a4ec073df74cb5934c73c4203aa8a0d04c..b2decfe7f0098af6f77af60dd9cb2fb7c2b8a970 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    62,
 /**/
     61,
 /**/