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 806dbb49..bf688019 100644
--- a/init.lua
+++ b/init.lua
@@ -9,4 +9,4 @@ package.path = table.concat({
if not user_dofile('init.lua') then require 'textadept' end
-if not RESETTING then args.process() end
+if not RESETTING then args.process(arg) end