Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 147:d566ec6cd2f7
Merge changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 26 Nov 2016 16:33:41 -0800 |
parents | 7bc4df0225d1 3459a2522a3b |
children | f915393ff68d |
line wrap: on
line diff
--- a/plugin/gutentags.vim Sat Nov 26 16:28:43 2016 -0800 +++ b/plugin/gutentags.vim Sat Nov 26 16:33:41 2016 -0800 @@ -34,7 +34,8 @@ if g:gutentags_add_default_project_roots let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs', '_FOSSIL_', '.fslckout'] endif -let g:gutentags_project_root_finder = '' + +let g:gutentags_project_root_finder = get(g:, 'gutentags_project_root_finder', '') let g:gutentags_project_info = get(g:, 'gutentags_project_info', []) call add(g:gutentags_project_info, {'type': 'python', 'file': 'setup.py'})