How do I run a recorded macro on every file in my argument list at once?
:argdo normal @a
The :argdo command applies any Ex command to every file in the argument list.
:argdo normal @a
The :argdo command applies any Ex command to every file in the argument list.
:argdo %s/old/new/ge | update
Use :argdo to execute a command in every file in the argument list.