Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 165:cbc1ebe23ef1
Rename all ctags-related options to have "ctags" in their name.
Add some stuff to handle old options so it doesn't break everybody.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 18 Feb 2017 18:21:35 -0800 |
parents | 41fa23706d9c |
children | 2489b4b54d5c |
line wrap: on
line diff
--- a/plugin/gutentags.vim Sat Feb 18 18:20:51 2017 -0800 +++ b/plugin/gutentags.vim Sat Feb 18 18:21:35 2017 -0800 @@ -45,7 +45,6 @@ call add(g:gutentags_project_info, {'type': 'python', 'file': 'setup.py'}) call add(g:gutentags_project_info, {'type': 'ruby', 'file': 'Gemfile'}) -let g:gutentags_exclude = get(g:, 'gutentags_exclude', []) let g:gutentags_exclude_project_root = get(g:, 'gutentags_exclude_project_root', ['/usr/local']) let g:gutentags_resolve_symlinks = get(g:, 'gutentags_resolve_symlinks', 0) let g:gutentags_generate_on_new = get(g:, 'gutentags_generate_on_new', 1)