hlissner / evil-snipe

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

evil-execute-macro: Wrong type argument: number-or-marker-p, nil #8

Closed hlissner closed 9 years ago

hlissner commented 9 years ago

After 0 kbd macro iterations: evil-execute-macro: Wrong type argument: number-or-marker-p, nil

Occurs when executing a macro that uses snipe. I'm not yet familiar enough with evil-mode's macro implementation to know whats causing this or how to fix it.

hlissner commented 9 years ago

Apparently the error is triggered by evil-half-cursor. Here is a temporary workaround for the issue:

(setq evil-snipe-enable-half-cursor nil)

hlissner commented 9 years ago

I've removed half-cursor from later versions of evil-snipe.