Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Universal CTags #421

Open
AgentCosmic opened this issue Feb 14, 2018 · 1 comment · May be fixed by #427
Open

Doesn't work with Universal CTags #421

AgentCosmic opened this issue Feb 14, 2018 · 1 comment · May be fixed by #427

Comments

@AgentCosmic
Copy link

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

mattn added a commit that referenced this issue Apr 3, 2018
@mattn mattn linked a pull request Apr 3, 2018 that will close this issue
@kshenoy
Copy link

kshenoy commented Apr 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants