vim-easymotion
vim-easymotion copied to clipboard
Fn motion makes the cursor jump to the wrong position during the search when occurrences are off the screen
The 'fn' motion works fine, but the 'Fn' motion seems to be broken. For some reason it moves the cursor to a different location when searching:
If I'm for example in the line 16 and I triger 'Fn' and type "t":

Suddenly it jumps to line 44 to perform the search!

Any idea what could be causing this?
with 'fn' I have no issue.
If I turn off let g:EasyMotion_off_screen_search = 1 then the behavior is fixed, but I would like to be able to search off the screen... Any idea how to fix this?