# HG changeset patch # User Santiago Ag?ero # Date 1412253388 10800 # Node ID 217be2e61ed4b4ba29f84e6a548922f2422889a4 # Parent 3c05154a6b09e0e5b19ad3f2b620d20d79d283f5 Add .svn in gutentags_project_root diff -r 3c05154a6b09 -r 217be2e61ed4 plugin/gutentags.vim --- 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 = ''