aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8d60b562..18cfb431 100644
--- a/init.lua
+++ b/init.lua
@@ -53,6 +53,6 @@ if not RESETTING then
end
-- open files
- for _, filename in ipairs(arg) do textadept.io.open(filename) end
+ for _, filename in ipairs(arg) do io.open_file(filename) end
end
end