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 12 local core = {} 13 13 14 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 15 local function project_scan_thread() 21 16 local function diff_files(a, b) 22 17 if #a ~= #b then return true end