aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edconf.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/edconf.lua b/edconf.lua
index 5ef0f1a..cc5738c 100644
--- a/edconf.lua
+++ b/edconf.lua
@@ -166,9 +166,9 @@ OPTIONS = {
-- Compatible with editorconfig-core-lua v0.3.0
function ec_iter(p)
- i = 0
- props, keys = ec.parse(p)
- n = #keys
+ local i = 0
+ local props, keys = ec.parse(p)
+ local n = #keys
return function ()
i = i + 1
if i <= n then