Description
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.
EasyMotion: Vim(call): E475 Invalid argument -1 : function EasyMotion#WB[4]..<SNR>107_EasyMotion, line 109.
The mapping that I was using is sj <Plug>(easymotion-w)
.
Metadata
Metadata
Assignees
Labels
No labels
Activity
YPCrumble commentedon Feb 12, 2021
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.
ossie-git commentedon Aug 4, 2021
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
lyndhurst commentedon Mar 12, 2022
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?
zhenchuanzhiaa commentedon May 12, 2022
I also meet this problem
timsu92 commentedon Aug 29, 2022
Is #484 fixing your problem? I used that and it's working well!
ossie-git commentedon Aug 29, 2022
@timsu92 Gave it a quick shot and it looks like it works. Thanks
fix: prevent moving cursor inside a fold
fix: prevent moving cursor inside a fold
YPCrumble commentedon Sep 1, 2023
This issue appears to be back with a slightly different error stack as referenced here: #484