Mercurial > vim-gutentags
comparison 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 |
comparison
equal
deleted
inserted
replaced
74:cb1cf815052e | 77:892da510cdd2 |
---|---|
46 endif | 46 endif |
47 | 47 |
48 if !exists('g:gutentags_project_root') | 48 if !exists('g:gutentags_project_root') |
49 let g:gutentags_project_root = [] | 49 let g:gutentags_project_root = [] |
50 endif | 50 endif |
51 let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs'] | 51 let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs', '_FOSSIL_', '.fslckout'] |
52 | 52 |
53 if !exists('g:gutentags_exclude') | 53 if !exists('g:gutentags_exclude') |
54 let g:gutentags_exclude = [] | 54 let g:gutentags_exclude = [] |
55 endif | 55 endif |
56 | 56 |