# HG changeset patch # User vimboss # Date 1186835577 0 # Node ID 17a83c0532e83e9f4cd89f03dcbf206662d25b1f # Parent 302a6aa7aca2ee9cf24958c2277a90fcfc01c939 updated for version 7.1-062 diff --git a/src/misc1.c b/src/misc1.c --- a/src/misc1.c +++ b/src/misc1.c @@ -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 { diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 62, +/**/ 61, /**/ 60,