1
0
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:
Bram Moolenaar
2020-03-29 15:12:15 +02:00
parent 360bdbda81
commit 8601545338
2 changed files with 13 additions and 12 deletions

View File

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