tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.61k stars 83 forks source link

Repeat action with macros #90

Closed redxtech closed 2 years ago

redxtech commented 2 years ago

I've noticed when I use repeat after executing a macro, only the last action from the macro is repeated, which does make sense.

I'm wondering if there is a way to make it so that the repeat action will re-execute the whole macro.

Thanks!

tpope commented 2 years ago

To the best of my knowledge this can't be done.

redxtech commented 2 years ago

Ah, that's unfortunate. Thanks anyway :)