emacs-evil / evil

The extensible vi layer for Emacs.
GNU General Public License v3.0
3.35k stars 283 forks source link

Evil navigation causes premature end to kmacro definition #183

Closed TheBB closed 7 years ago

TheBB commented 12 years ago

Originally reported by: epich (Bitbucket: epich, GitHub: epich)


I start defining a kmacro by C-x ( and proceed to use Evil navigation. If I hit l at the end of a line, "End of line" flashes in the minibuffer and the kmacro definition comes to an end. I don't think this is reasonable behavior, since I want that l to be recorded in the kmacro.


TheBB commented 11 years ago

Original comment by epich (Bitbucket: epich, GitHub: epich):


Verified. Thanks!

TheBB commented 11 years ago

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


Hope evil-kbd-macro-suppress-motion-error does what you want ;)

TheBB commented 11 years ago

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


Add `evil-kbd-macro-suppress-motion-error' customization variable

This closes issue #183.