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
Wrapping entire line behaves other than surround.vim #5
Comments
|
Hmm, I'm not even sure where to begin with this one. It's probably a quirk in evil's text objects, since evil-surround uses them to find surround points. |
|
I had a quick look at surround's code. If I understand correctly, then
|
|
This can be closed it seems. |
|
Fixed with 8b2ca83 |
I'm currently working on some patches, one would add a documentation.
I draw on the examples from surround.vim and there is
yssbon this line:The expected would be
but it is (make emacs on the latest evil)
I'm not sure if the problem lies with evil's sentence (line?) text object or evil-surround but since I can only think of surround to reproduce this I'll submit it here.
The text was updated successfully, but these errors were encountered: