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

fix control flow #832

Merged
merged 2 commits into from
Nov 25, 2022
Merged

fix control flow #832

merged 2 commits into from
Nov 25, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Nov 25, 2022

On the code like that:

foo; bar
next_line

and breaking at the end of foo, next command moves to the beggining
of bar, but it should be next_line. This patch solves this issue.

ko1 added 2 commits November 25, 2022 14:48
On the code like that:

```ruby
foo; bar
next_line
```

and breaking at the end of `foo`, `next` command moves to the beggining
of `bar`, bit it should be `next_line`. This patch solves this issue.
@ko1 ko1 merged commit 6baa2ec into master Nov 25, 2022
@ko1 ko1 deleted the fix_control_flow branch November 25, 2022 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant