From 8ec717f240483dfd5b9174727acb4d6c8d2fd247 Mon Sep 17 00:00:00 2001 From: rxi Date: Mon, 18 May 2020 10:25:44 +0100 Subject: [PATCH] Added temporary backwards compatibility for `core.project_dir` --- data/core/init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/core/init.lua b/data/core/init.lua index af88126..c35df32 100644 --- a/data/core/init.lua +++ b/data/core/init.lua @@ -12,6 +12,11 @@ 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