hlissner / evil-snipe

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

Error: Symbol's Value as variable is void: count #76

Closed nazzacode closed 3 years ago

nazzacode commented 3 years ago

Hey, beginners question here,

I have doom emacs which comes with inbuilt snipe functionality, but when I try to use any of the snipe functions I get the following error:

"Symbol's Value as variable is void: count"

does anyone know what could be going on?

hlissner commented 3 years ago

An error is occurring. There is little else I can glean from that without a backtrace. Please produce a backtrace from the error.

Also, check out your *Messages* buffer (C-h e to open it). This is Emacs' log. Look for warnings and errors. Errors tend to compound. An unrelated error may be the cause.