forked from aniani/vim
patch 9.0.0535: closure gets wrong value in for loop with two loop variables
Problem: Closure gets wrong value in for loop with two loop variables. Solution: Correctly compute the number of loop variables to clear.
This commit is contained in:
@@ -1315,8 +1315,8 @@ skip_var_list(
|
||||
}
|
||||
return p + 1;
|
||||
}
|
||||
else
|
||||
return skip_var_one(arg, include_type);
|
||||
|
||||
return skip_var_one(arg, include_type);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user