From 9a9d7b484af4f0b6cecb06266c1ceee0a1c63c05 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 26 Mar 2020 18:21:30 -0400 Subject: Added support to identify projects under Fossil SCM. --- core/file_io.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index aa5aedc6..c1996950 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -343,7 +343,7 @@ function io.open_recent_file() end -- List of version control directories. -local vcs = {'.bzr', '.git', '.hg', '.svn'} +local vcs = {'.bzr', '.git', '.hg', '.svn', '_FOSSIL_'} --- -- Returns the root directory of the project that contains filesystem path -- cgit v1.2.3