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

Separator Text Object: Comma Inner Selection Slow #109

Closed
orbisvicis opened this issue Apr 3, 2015 · 2 comments
Closed

Separator Text Object: Comma Inner Selection Slow #109

orbisvicis opened this issue Apr 3, 2015 · 2 comments

Comments

@orbisvicis
Copy link

vi,
           +
a , b , cccccccc , d , e

... as though there was a timeout.

@wellle
Copy link
Owner

wellle commented Apr 3, 2015

Can't reproduce, it's instant for me.

Try it again with no other plugins:

vim -Nu <(echo 'set rtp+=~/.vim/bundle/targets.vim/')

Let me know if it's still slow when invoked like this.

@orbisvicis
Copy link
Author

You're right, the timeout was caused by a conflict with CamelCaseMotion. I've remapped ,w:<M-w>, ,b:<M-b>, ,e:<M-e>, i,w:i<M-w>, i,b:i<M-b> and i,e:i<M-e>.

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