diff options
author | 2012-04-10 13:45:16 -0400 | |
---|---|---|
committer | 2012-04-10 13:45:16 -0400 | |
commit | 4c19557eacc414035f17d8ec2ba5e6b2cf12337c (patch) | |
tree | b406aa7301ba9cf9413a227f65639028f0ad766f /init.lua | |
parent | 9e0c7cd5202d738bebc92a1e6c332f6a07fff245 (diff) | |
download | textadept-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |