The JumpTo command was setting self.active_view after winning_selection_from; winning_selection_from uses self.active_view when SELECT_TEXT is set. Running JumpTo normally would result in this being set so subsequent calls would work. Just reversing the two lines in easy_motion.py (:223, :224) fixes the issue.
The JumpTo command was setting self.active_view after winning_selection_from; winning_selection_from uses self.active_view when SELECT_TEXT is set. Running JumpTo normally would result in this being set so subsequent calls would work. Just reversing the two lines in easy_motion.py (:223, :224) fixes the issue.
Thanks for the great plugin!