From 541f34101692ae85a61398ccae1e72d279fe4580 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 6 Sep 2013 23:43:34 -0400 Subject: Fixed bug in processing command line options introduced in r1546. --- core/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 522fae00..a1cca760 100644 --- a/core/init.lua +++ b/core/init.lua @@ -17,6 +17,9 @@ _M = {} -- language modules table -- LuaJIT compatibility. if jit then module, package.searchers, bit32 = nil, package.loaders, bit end +events.connect(events.INITIALIZED, + function() if arg then args.process(arg) end end) + --[[ This comment is for LuaDoc. --- -- Extends Lua's _G table to provide extra functions and fields for Textadept. -- cgit v1.2.3