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

Incorrect inside with syntax error #688

Closed
AndreasArvidsson opened this issue May 23, 2022 · 0 comments · Fixed by #672
Closed

Incorrect inside with syntax error #688

AndreasArvidsson opened this issue May 23, 2022 · 0 comments · Fixed by #672
Assignees
Labels
bug Something isn't working

Comments

@AndreasArvidsson
Copy link
Member

language: typescript
selection: text
command: "take inside"
problem: Selection ends before %

async (editor, targets) => {
    const edits = targets.map((target, i) =>(
    text: i%2 === 0?left:right
    )
}
@AndreasArvidsson AndreasArvidsson added the bug Something isn't working label May 23, 2022
@AndreasArvidsson AndreasArvidsson self-assigned this May 25, 2022
@pokey pokey closed this as completed in #672 Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant