tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.
Apache License 2.0
386 stars 24 forks source link

renaming class and command JumpTo to EasymotionJumpTo #56

Closed danielschranz closed 2 years ago

danielschranz commented 9 years ago

which resolves the conflict with the JumpTo plugin (https://github.com/tednaleid/sublime-EasyMotion/issues/41)

I haven't tested with ST2 though. I assume because the JumpTo plugin has a file jump_to.py Sublime tries to call this plugin with the named parameter 'character' which the JumpTo plugin doesn't understand

DomiR commented 8 years ago

Trivial fix.. please merge :+1: