What happened?
I often fail writing a proper makro. Often it kinda works, but I forgot a little thing. In vim I edited the marko then by yanking it into the current buffer, do my changes manually, then killing it back into the register.
It Doom that does not work. I can not past a register that contains the makro and itstead it says “Wrong type argument: characterp, right” in the minibuffer.
I tried to open the registers with SPC i r
and got the content of the registers from there by doing a simple yy on the line. When I did my changes I can kill the line back into the register, but when I try to execute the makro with @j (j happens to be the registers) it says “After 0 kbd macro iterations: Quit”
I am not asking for this behavior to be exactly the same like in vim. I would be happy if I just had any way to edit the macros, doesn’t have to be vims way.
What did you expect to happen?
Macros can be yanked from evil registers like any other text, changed and kill into the register and then used as a makro again.
Steps to reproduce
- define a macro with
q j <macro commands here>
- try to yank the macro into a buffer with
"jp
System information
Loading data dump...