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:
parent
a245a5bb06
commit
cc00b955cd
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user