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

jsctags unknown option "-f" #13

Closed
jandudulski opened this issue May 6, 2011 · 4 comments
Closed

jsctags unknown option "-f" #13

jandudulski opened this issue May 6, 2011 · 4 comments

Comments

@jandudulski
Copy link

When jsctags installed an error occured for TagbarOpen:

Error detected while processing function <SNR>59_AutoUpdate..<SNR>59_ProcessFile:
line 67:
Tagbar: Could not execute ctags for ...js!
Executed command: "'jsctags' -f '...js'"
Command output:
Error: unknown option "-f"
@majutsushi
Copy link
Collaborator

You seem to have an older version of jsctags installed. The -f option was introduced on 2011-01-06, so you would have to install something newer than that. This option is needed to make jsctags output the information on stdout (or any other file that is not tags in the current directory).

@jandudulski
Copy link
Author

Hm.. last commit here https://github.com/evilpie/jsctags was at Sep 2010... where is the newest version?

@majutsushi
Copy link
Collaborator

Here: https://github.com/mozilla/doctorjs
It's been renamed.

@jandudulski
Copy link
Author

Ah! Didn't notice. Thanks!

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

No branches or pull requests

2 participants