Mercurial > vim-gutentags
comparison plugin/gutentags.vim @ 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 | 173f055bde34 |
children | c9dfccf3c2f7 |
comparison
equal
deleted
inserted
replaced
29:3c05154a6b09 | 30:217be2e61ed4 |
---|---|
45 endif | 45 endif |
46 | 46 |
47 if !exists('g:gutentags_project_root') | 47 if !exists('g:gutentags_project_root') |
48 let g:gutentags_project_root = [] | 48 let g:gutentags_project_root = [] |
49 endif | 49 endif |
50 let g:gutentags_project_root += ['.git', '.hg', '.bzr', '_darcs'] | 50 let g:gutentags_project_root += ['.git', '.hg', '.svn', '.bzr', '_darcs'] |
51 | 51 |
52 if !exists('g:gutentags_options_file') | 52 if !exists('g:gutentags_options_file') |
53 let g:gutentags_options_file = '' | 53 let g:gutentags_options_file = '' |
54 endif | 54 endif |
55 | 55 |