1
0
forked from aniani/vim

updated for version 7.3.587

Problem:    Compiler warning for local var shadowing global var.
Solution:   Rename the var and move it to an inner block. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2012-07-06 16:22:02 +02:00
parent 95b557b1dc
commit e25865a7f3
2 changed files with 5 additions and 6 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
587,
/**/
586,
/**/