linktohack / evil-space

vim-space for evil-mode
GNU General Public License v2.0
11 stars 3 forks source link

Fix byte-compile issue #5

Closed syohex closed 8 years ago

syohex commented 8 years ago

Wrap functions with eval-and-compile which are used at compile time. I cannot byte-compile and get following error message.

evil-space.el:114:1:Error: Symbol's function definition is void: evil-space-lookup-key
linktohack commented 8 years ago

Merged! Thanks @syohex!