From 83eabf083b695a296556b35b30be052afd76ee0c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 15 Dec 2011 11:16:50 -0500 Subject: Add support for compiling with LuaJIT. --- core/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 18077169..cd1c9546 100644 --- a/core/init.lua +++ b/core/init.lua @@ -5,6 +5,7 @@ _RELEASE = "Textadept 4.3" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') +if jit then require 'compat' end _SCINTILLA = require 'iface' args = require 'args' locale = require 'locale' -- cgit v1.2.3