Skip to content

Fix error in map_suggest_impl#14

Merged
the-mikedavis merged 1 commit into
helix-editor:masterfrom
new-years-eve:master
Apr 22, 2026
Merged

Fix error in map_suggest_impl#14
the-mikedavis merged 1 commit into
helix-editor:masterfrom
new-years-eve:master

Conversation

@new-years-eve

Copy link
Copy Markdown
Contributor

To work as intended, the remaining_attempts parameter needs to be passed as a mutable reference. Otherwise, the attempts in the recursive calls of the function are not counted.

To work as intended, the remaining_attempts parameter needs to be passed
as a mutable reference. Otherwise, the attempts in the recursive calls
of the function are not counted.

@the-mikedavis the-mikedavis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops! Good catch 👍

@the-mikedavis the-mikedavis merged commit c946f1a into helix-editor:master Apr 22, 2026
4 checks passed
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 this pull request may close these issues.

2 participants