forked from aniani/vim
patch 8.2.0473: variables declared in an outer scope
Problem: Variables declared in an outer scope. Solution: Decleare variables only in the scope where they are used.
This commit is contained in:
@@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
473,
|
||||
/**/
|
||||
472,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user