Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 30:217be2e61ed4
Add .svn in gutentags_project_root
author | Santiago Ag?ero <aguerosantiale@gmail.com> |
---|---|
date | Thu, 02 Oct 2014 09:36:28 -0300 |
parents | 173f055bde34 |
children | c9dfccf3c2f7 |
line wrap: on
line diff
--- a/plugin/gutentags.vim Sat Sep 27 14:16:50 2014 -0700 +++ b/plugin/gutentags.vim Thu Oct 02 09:36:28 2014 -0300 @@ -47,7 +47,7 @@ if !exists('g:gutentags_project_root') let g:gutentags_project_root = [] endif -let g:gutentags_project_root += ['.git', '.hg', '.bzr', '_darcs'] +let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs'] if !exists('g:gutentags_options_file') let g:gutentags_options_file = ''