Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 85:0424970d81f8
Add a `g:gutentags_resolve_symlinks` option to resolve symlinks at setup time.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 09 Oct 2015 15:28:39 -0700 |
parents | 208130c6245e |
children | 073e63cc0456 |
line wrap: on
line diff
--- a/plugin/gutentags.vim Wed Aug 26 22:21:19 2015 -0700 +++ b/plugin/gutentags.vim Fri Oct 09 15:28:39 2015 -0700 @@ -54,6 +54,10 @@ let g:gutentags_exclude = [] endif +if !exists('g:gutentags_resolve_symlinks') + let g:gutentags_resolve_symlinks = 0 +endif + if !exists('g:gutentags_generate_on_new') let g:gutentags_generate_on_new = 1 endif