From c2d27ab3f7aaeef0f2a8b2bc4f531d5c955a5cd3 Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 24 May 2020 13:50:32 +0100 Subject: [PATCH] Removed `core.project_dir` --- data/core/init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/core/init.lua b/data/core/init.lua index cafd2e7..691fab1 100644 --- a/data/core/init.lua +++ b/data/core/init.lua @@ -12,11 +12,6 @@ local Doc 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 diff_files(a, b) if #a ~= #b then return true end