You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macros had not been updated to use given macro arguments as
arguments to the application call, and instead still had an older
variable in it's place.
Rather, it now properly uses $ARGN, which will just copy all given macro
arguments and give it to the called program.
0 commit comments