diff plugin/gutentags.vim @ 78:208130c6245e

Merge pull request #36 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jul 2015 21:30:12 -0700
parents fa749380e05a 892da510cdd2
children 0424970d81f8
line wrap: on
line diff
--- a/plugin/gutentags.vim	Mon Jul 27 14:25:49 2015 -0700
+++ b/plugin/gutentags.vim	Tue Jul 28 21:30:12 2015 -0700
@@ -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 = []