diff plugin/gutentags.vim @ 31:302b5e860fc3

Merge pull request #4 from saaguero/patch-1 Add .svn in gutentags_project_root
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 21 Oct 2014 20:21:31 -0700
parents 217be2e61ed4
children c9dfccf3c2f7
line wrap: on
line diff
--- 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 = ''