Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 118:2838af9ff980
Add `g:gutentags_exclude_project_root`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Apr 2016 21:58:15 -0700 |
parents | 6bbed9e4c01e |
children | 5776acb079cf |
line wrap: on
line diff
--- a/plugin/gutentags.vim Fri Mar 25 20:41:38 2016 -0700 +++ b/plugin/gutentags.vim Tue Apr 05 21:58:15 2016 -0700 @@ -64,6 +64,10 @@ let g:gutentags_exclude = [] endif +if !exists('g:gutentags_exclude_project_root') + let g:gutentags_exclude_project_root = ['/usr/local'] +endif + if !exists('g:gutentags_resolve_symlinks') let g:gutentags_resolve_symlinks = 0 endif