-5
data/core/init.lua
-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