Mercurial > dotfiles
diff vim/vimrc @ 213:769869e61101
Renamed autotags to gutentags.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 02 Sep 2014 16:14:14 -0700 |
parents | da7af1f2823c |
children | 6ee245fa8a3d |
line wrap: on
line diff
--- a/vim/vimrc Mon Sep 01 14:15:13 2014 -0700 +++ b/vim/vimrc Tue Sep 02 16:14:14 2014 -0700 @@ -239,10 +239,10 @@ " }}} -" Autotags {{{ +" Gutentags {{{ -let g:autotags_exclude = ['venv', 'build', 'static', 'node_modules'] -let g:autotags_cache_dir = s:vim_home.'/tags' +let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules'] +let g:gutentags_cache_dir = s:vim_home.'/tags' " }}} @@ -504,7 +504,7 @@ set statusline+=%= " Right align. " Tag file generation indicator. -set statusline+=%{autotags#statusline('[TAGS]')} +set statusline+=%{gutentags#statusline('[TAGS]')} set statusline+=\ " Space. " Mercurial information.