# HG changeset patch # User Ludovic Chabant # Date 1413948091 25200 # Node ID 302b5e860fc34578aed3dd9aba215ab3fe263a9d # Parent 3c05154a6b09e0e5b19ad3f2b620d20d79d283f5# Parent 217be2e61ed4b4ba29f84e6a548922f2422889a4 Merge pull request #4 from saaguero/patch-1 Add .svn in gutentags_project_root diff -r 3c05154a6b09 -r 302b5e860fc3 plugin/gutentags.vim --- a/plugin/gutentags.vim Sat Sep 27 14:16:50 2014 -0700 +++ b/plugin/gutentags.vim Tue Oct 21 20:21:31 2014 -0700 @@ -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 = ''