Parallel vs Series Execution of Macros

Vim
Author

Imad Dabbura

Published

November 19, 2022

Let’s assume that we recorded a macro to do some work on any given line and we want to repeat that macro n-times on contiguous lines. We have two ways of doing that:

Which one to use depends on the use case. If we want the error to be obvious, then execution in series is better.