Skip to content
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

talon command scope delimiters not quite correct #1785

Closed
josharian opened this issue Aug 14, 2023 · 1 comment · Fixed by #1789
Closed

talon command scope delimiters not quite correct #1785

josharian opened this issue Aug 14, 2023 · 1 comment · Fixed by #1789
Assignees

Comments

@josharian
Copy link
Collaborator

foo:
    insert("foo\n")

run clone command fine. result:

foo:
    insert("foo\n") foo:
    insert("foo\n")

cc @AndreasArvidsson

@AndreasArvidsson AndreasArvidsson self-assigned this Aug 14, 2023
@AndreasArvidsson
Copy link
Member

I know what the problem is. Just need to add an insertion delimiter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants