Customized fork of github.com/rxi/lite

Removed `core.project_dir`

rxi c2d27ab3 82e33dd2

Changed files
-5
data
core
-5
data/core/init.lua
··· 12 local core = {} 13 14 15 - -- the following line has been added for temporary backwards-compatibility with 16 - -- plugins. on the 1.05 release this will be removed: 17 - core.project_dir = "." 18 - 19 - 20 local function project_scan_thread() 21 local function diff_files(a, b) 22 if #a ~= #b then return true end
··· 12 local core = {} 13 14 15 local function project_scan_thread() 16 local function diff_files(a, b) 17 if #a ~= #b then return true end