Skip to content

Commit c2d27ab

Browse files
committed
Removed core.project_dir
1 parent 82e33dd commit c2d27ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

data/core/init.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ local Doc
1212
local core = {}
1313

1414

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-
2015
local function project_scan_thread()
2116
local function diff_files(a, b)
2217
if #a ~= #b then return true end

0 commit comments

Comments
 (0)