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

strange behaviour on last item of seperated list #116

Closed
hoschi opened this issue Apr 17, 2015 · 2 comments
Closed

strange behaviour on last item of seperated list #116

hoschi opened this issue Apr 17, 2015 · 2 comments

Comments

@hoschi
Copy link

hoschi commented Apr 17, 2015

I have this line:
a, b, c
When I place the cursor on c and press da, I thought it should be:
a, b
and the cursor should be on b. But I get:
a, c
Is this by design, because there is no , after c?
It would be great to get this working for e.g. JavaScript variable deklarations like:
var a, b, c; or in no comma style var a, b, c.

@wellle
Copy link
Owner

wellle commented Apr 17, 2015

I think this is a duplicate of #110 which addresses the first item, while you talk about the last one. Feel free to comment on that issue instead.

@hoschi
Copy link
Author

hoschi commented Apr 19, 2015

ok

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