How do I call one macro from inside another macro? @a (within macro @b) Vim macros can call other macros, enabling modular macro composition. category: registers tags: #registers #macros #nested #composition