changeset 207:d482e6144d52

Update Autotags, put tags files in a cache dir.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Sep 2014 08:22:38 -0700
parents dae926f52b9a
children 4116e33520fa
files vim/vimrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Sun Aug 31 16:30:37 2014 -0700
+++ b/vim/vimrc	Mon Sep 01 08:22:38 2014 -0700
@@ -242,6 +242,7 @@
 " Autotags {{{
 
 let g:autotags_exclude = ['venv', 'build', 'static', 'node_modules']
+let g:autotags_cache_dir = s:vim_home.'/tags'
 
 " }}}