changeset 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 3c05154a6b09
children 302b5e860fc3
files plugin/gutentags.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 = ''