kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Tags don't show up #673

Closed sid-kap closed 8 years ago

sid-kap commented 9 years ago

if I press : and hit <Tab>, I see a list of all my ctags, but there is no tags tab on my Ctrl-P. I only see mru, files, and buf. Do I need to enable tags in CtrlP somehow?

sid-kap commented 9 years ago

OK, I see that I needed to do

let g:ctrlp_extensions = ['tag']

Please add this to your readme or website!

vsushkov commented 8 years ago

@sid-kap https://github.com/kien/ctrlp.vim/issues/669