Added temporary backwards compatibility for core.project_dir
This commit is contained in:
parent
4ae0d477c0
commit
8ec717f240
|
@ -12,6 +12,11 @@ local Doc
|
||||||
local core = {}
|
local core = {}
|
||||||
|
|
||||||
|
|
||||||
|
-- the following line has been added for temporary backwards-compatibility with
|
||||||
|
-- plugins. on the 1.05 release this will be removed:
|
||||||
|
core.project_dir = "."
|
||||||
|
|
||||||
|
|
||||||
local function project_scan_thread()
|
local function project_scan_thread()
|
||||||
local function diff_files(a, b)
|
local function diff_files(a, b)
|
||||||
if #a ~= #b then return true end
|
if #a ~= #b then return true end
|
||||||
|
|
Loading…
Reference in a new issue