0d2e98797a8c

vim: fix ctags
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 06 Oct 2010 14:54:12 -0400
parents 48cacfdc2ca6
children aac255e06583
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Wed Oct 06 12:30:46 2010 -0400
+++ b/vim/.vimrc	Wed Oct 06 14:54:12 2010 -0400
@@ -250,7 +250,7 @@
 let Tlist_Ctags_Cmd = "/usr/local/bin/ctags"
 let Tlist_WinWidth = 50
 map <F4> :TlistToggle<cr>
-map <leader>T :!/usr/local/bin/ctags -R .<CR>
+map <leader>T :!/usr/local/bin/ctags --exclude='**/ckeditor' -R . $(test -f .venv && echo ~/lib/virtualenvs/`cat .venv`)<CR>
 
 " Rope
 source $HOME/.vim/sadness/ropevim/rope.vim