aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 13:45:16 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 13:45:16 -0400
commit4c19557eacc414035f17d8ec2ba5e6b2cf12337c (patch)
treeb406aa7301ba9cf9413a227f65639028f0ad766f /init.lua
parent9e0c7cd5202d738bebc92a1e6c332f6a07fff245 (diff)
downloadtextadept-4c19557eacc414035f17d8ec2ba5e6b2cf12337c.tar.gz
textadept-4c19557eacc414035f17d8ec2ba5e6b2cf12337c.zip
Support for single-instance on Linux and BSD with GLib 2.28.
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.
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