-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
EasyMotion: Vim(call): E475 Invalid argument -1 #452
EasyMotion: Vim(call): E475 Invalid argument -1 #452
Comments
I'm encountering the same issue. In my case the error appears related to a conflict with SimpylFold. The error only happens if my code is folded - if I expand all folds it works fine. Also - the error only occurs when searching forwards in folded code - searching backwards still works. |
I'm running into this issue as well. As soon as I unfold all my folds, it works. One thing I did notice is that although searching backwards works, it does not search through folded sections or even folded headings |
I have the same problem with vim. I noticed that different filetypes have different set of characters affected. For example with markdown files, only "a,e,r,l,u" trigger the error while other characters work fine, with pandoc almost all characters fail, in vimrc only a couple, and so on.. It is confirmed on my side that unfolding with 'zn' fixes the issue until folding some text again. Removing the SimplyFold plugin has no effect though. Has anyone found a fix? |
I also meet this problem |
Is #484 fixing your problem? I used that and it's working well! |
@timsu92 Gave it a quick shot and it looks like it works. Thanks |
See easymotion#484 for the background. Fix: easymotion#383, Fix: easymotion#452 Co-authored-by: @Nealium
See easymotion#484 for the background. Fix: easymotion#383, Fix: easymotion#452 Close: easymotion#484 Co-authored-by: @Nealium
This issue appears to be back with a slightly different error stack as referenced here: #484 |
Hello, thanks for creating this wonderful plugin. I'm not sure I can reproduce this problem since it happens at random times but this is the message that I get sometimes.
The mapping that I was using is
sj <Plug>(easymotion-w)
.The text was updated successfully, but these errors were encountered: