Mercurial > vim-gutentags
changeset 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 | 3c05154a6b09 (current diff) 217be2e61ed4 (diff) |
children | 9d0c166bc9ac aed756d6934e |
files | |
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 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 = ''