hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

evil-snipe--interactive: Symbol's value as variable is void: keys #14

Closed halbtuerke closed 9 years ago

halbtuerke commented 9 years ago

Hi,

I just upgraded evil-snipe via Melpa and every time I invoke it I get the following error message:

evil-snipe--interactive: Symbol's value as variable is void: keys

I'm using use-package to configure my packages and have the following in my config

            (use-package evil-snipe
              :ensure t
              :config (progn
                        (global-evil-snipe-mode 1)))))

I'm on GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.1.0, NS appkit-1344.72 Version 10.10.2 (Build 14C109)) of 2015-01-31

If you need more information just let me know.

hlissner commented 9 years ago

Whoops, I missed some lingering code. It should work properly now.

halbtuerke commented 9 years ago

Thanks for the quick fix. Now it works again.