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

rails_ctags_arguments default is wrong #36

Closed
akahn opened this issue Aug 10, 2010 · 2 comments
Closed

rails_ctags_arguments default is wrong #36

akahn opened this issue Aug 10, 2010 · 2 comments

Comments

@akahn
Copy link
Contributor

akahn commented Aug 10, 2010

According to the docs, the default option excludes JavaScript files whose filenames match *.*.js (attempting to exclude minified jQuery plugins). According to the code, it's set to exclude *.js. A fix: 48ed067

@tpope
Copy link
Owner

tpope commented Aug 10, 2010

Thanks. Actually this is a documentation error (which I've now fixed). JavaScript with ctags has given me nothing but trouble.

All the cool kids are generating their tags file from git hooks nowadays, anyways. :)

@akahn
Copy link
Contributor Author

akahn commented Aug 10, 2010

Ooh, smart.

This issue was closed.
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