On Sat, Oct 18 2014 (18:03), David Nebauer <[email protected]> wrote:
> Is there any way to prevent a failed F, f, T or t operation from
> crashing and invoking the debugger?
Evil does not start the debugger but signals an error.
You have most likely set `debug-on-error' set to non-nil.
If you want to keep that you can also just ignore those movement errors:
(add-to-list 'debug-ignored-errors "^Can't find .")
Michael
_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list