Skip to content

Commit

Permalink
修正忘れの修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatakinov committed Jul 25, 2022
1 parent 8ba42a4 commit c7d59c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yayalint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ local function recursive(scope, gv, upper, filename, funcname, global, opt)
gv[v].read = true
end
if opt.var_foreach then
lv[v].write = true
gv[v].write = true
end
if line[i - 1] and (not(line[i - 1].enum) or not(line[i + 1]) or line[i + 1].enum) then
gv[v].read = true
Expand Down

0 comments on commit c7d59c9

Please sign in to comment.