From 69251ea09b6b34fdcdcba8a71762276e6abff561 Mon Sep 17 00:00:00 2001 From: Frank Seifferth Date: Wed, 9 Oct 2019 19:24:32 +0100 Subject: Update comment stating editorconfig version compatibility --- edconf.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/edconf.lua b/edconf.lua index d801a19..67f44f8 100644 --- a/edconf.lua +++ b/edconf.lua @@ -37,12 +37,7 @@ OPTIONS = { -- max_line_length } --- Uses editorconfig-core-lua's as yet unreleased iterator API ---function ec_iter(p) do --- return ec.open(p) ---end - --- Compatible with editorconfig-core-lua v0.1.1 +-- Compatible with editorconfig-core-lua v0.3.0 function ec_iter(p) i = 0 props, keys = ec.parse(p) -- cgit