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