diff plugin/gutentags.vim @ 77:892da510cdd2

Add default project root markers for Fossil (https://www.fossil-scm.org)
author pitchforks <pitchforks@users.noreply.github.com>
date Tue, 28 Jul 2015 04:23:18 +0300
parents 50d2a7cbf7c8
children 208130c6245e
line wrap: on
line diff
--- a/plugin/gutentags.vim	Sat Jul 18 08:52:14 2015 -0700
+++ b/plugin/gutentags.vim	Tue Jul 28 04:23:18 2015 +0300
@@ -48,7 +48,7 @@
 if !exists('g:gutentags_project_root')
     let g:gutentags_project_root = []
 endif
-let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs']
+let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs', '_FOSSIL_', '.fslckout']
 
 if !exists('g:gutentags_exclude')
     let g:gutentags_exclude = []