diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/file_io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |