Skip to content

Alt+M - replace all substitutions #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ProgerXP opened this issue Feb 18, 2020 · 1 comment
Closed

Alt+M - replace all substitutions #271

ProgerXP opened this issue Feb 18, 2020 · 1 comment
Assignees

Comments

@ProgerXP
Copy link
Owner

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)
@cshnik
Copy link
Collaborator

cshnik commented Mar 17, 2020

Fixed.

@cshnik cshnik assigned ProgerXP and unassigned cshnik Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants