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

Word motions skipping '.' in .rb and .js files #302

Closed
chrisnicola opened this issue Feb 5, 2014 · 2 comments
Closed

Word motions skipping '.' in .rb and .js files #302

chrisnicola opened this issue Feb 5, 2014 · 2 comments

Comments

@chrisnicola
Copy link

I'm having this problem when vim-rails is loaded. I also use SPF13. It's possible there is a conflict but I'm unable to find any other cause.

@chrisnicola
Copy link
Author

Nevermind, I was not being very careful another plugin was causing this.

@tpope
Copy link
Owner

tpope commented Feb 6, 2014

For the record, rails.vim appears to be involved because it enables HTML highlighting in %Q<> strings, and HTML highlighting loads CSS highlighting. I think it's a bad idea for this plugin to change iskeyword like that (since it will also break the HTML filetype, albeit less obviously), but it should be possible for us to work around it by readjusting iskeyword after the fact.

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