It seems that Alt+M is only replacing the first substitution (e.g. `$(L)`). It should replace all of them. Example: ``` foo $(L) bar $(L) => foo 123 bar 123 currently: foo 123 bar $(L) ```
It seems that Alt+M is only replacing the first substitution (e.g.
$(L)). It should replace all of them. Example: