ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.56k stars 259 forks source link

Doesn't work with Universal CTags #421

Open AgentCosmic opened 6 years ago

AgentCosmic commented 6 years ago

I'm using windows 10 vim8 with latest ctrlp. When I want to navigate tags, I can view the tags, but nothing happens when I press enter. Here's a line from when I run ctags:

Exuberant findByUserId .\FacebookUser.php /^ public function findByUserId($id) {$/;" function line:82

Universal findByUserId .\\FacebookUser.php /^ public function findByUserId($id) {$/;" function line:82 class:FacebookUser

I also noticed I get this error on the first line when using Universal: ctags.exe: Warning: --extra option is obsolete; use --extras instead

kshenoy commented 6 years ago

I also noticed I get this error on the first line when using Universal: ctags.exe: Warning: --extra option is obsolete; use --extras instead

I'm not sure if this is relevant anymore; feel free to ignore if not. It seems that the --extra option in exuberant-ctags was rename to --extras. Details here