-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Switch evil-indent-textobject to a fork #2656
Conversation
In this fork, lines that are either empty or have a higher indentation will be considered part of the text object. In the stock package, these lines interrupt the text object. See examples in #2326. The new text objects are:
as well as |
Wonderful, just tried them and they work flawlessly 👍 Cherry-picked into develop branch, you can safely delete your branch. |
I just cloned spacemacs on my surface and switched to the develop branch 10 minutes ago. I am now getting an error on startup: Found 1 new package(s) to install... I think it has something to do with this pull request. Not sure though |
Can you provide the stack ? (emacs ---debug-init) |
That feel when I don't know how to copy things in non evilified emacs... Give me a sec |
I don't know if this will be helpful... https://gist.github.com/Devagamster/edf96b6cc980d528ac86 Is this what you are looking for? |
That looks like my problem. Give me a second. |
Hi, @Devagamster, I just made a clean install from latest develop with no problems, so I can't reproduce. What's your Emacs version? Maybe you can file a new issue. |
I found this which looks similar, but the resolution is rather cryptic.... |
If you clone TheBB/evil-indent-textobject, open the elisp file in there and |
I am having the same Problem on |
You should probably make a new issue about this. |
With the shiny new quelpa, I figured I might suggest this.
evil-indent-textobject
is broken, see #2326 and cofi/evil-indent-textobject#1. This switches to a fork (full disclosure, it's my fork) that fixes it. It also adds a couple of indentation-related text objects that the previous package doesn't have.