0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

updated for version 7.1-062

This commit is contained in:
Bram Moolenaar 2007-08-11 12:32:57 +00:00
parent a245a5bb06
commit cc00b955cd
2 changed files with 6 additions and 1 deletions

View File

@ -222,7 +222,10 @@ set_indent(size, flags)
* than old) */ * than old) */
while (vim_iswhite(*p)) while (vim_iswhite(*p))
(void)*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 else
{ {

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 */
/**/
62,
/**/ /**/
61, 61,
/**/ /**/