From 72c3cea22ca30b84b762cf4c60019540a7f850f7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Jun 2018 17:24:28 -0700 Subject: Minor cleanup --- files.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files.lua') diff --git a/files.lua b/files.lua index 77bdf6d..9265056 100644 --- a/files.lua +++ b/files.lua @@ -35,10 +35,10 @@ iterate_single = function(item, prev) return item end end -local match, sub, rep, gsub, format, byte, find +local match, gsub do local _obj_0 = string - match, sub, rep, gsub, format, byte, match, find = _obj_0.match, _obj_0.sub, _obj_0.rep, _obj_0.gsub, _obj_0.format, _obj_0.byte, _obj_0.match, _obj_0.find + match, gsub = _obj_0.match, _obj_0.gsub end iterate_single = function(item, prev) if item == prev then -- cgit v1.2.3