Mercurial > vim-gutentags
changeset 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 | cb1cf815052e |
children | 208130c6245e |
files | plugin/gutentags.vim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 = []