$ tree -C ~/.vim | grep -v ".cnx" |-- doc | |-- taglist.cnx |-- plugin |-- taglist.vim
ctags 用于生成 tags,cscope 用于查询变量及函数的定义位置。