Skip to content

Commit

Permalink
Break on first found group
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Aug 18, 2024
1 parent 3263ce2 commit 0f85311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions girara/completion.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ bool girara_isc_completion(girara_session_t* session, girara_argument_t* argumen
while (tmp_group != NULL) {
if (((girara_internal_completion_entry_t*)tmp_group->data)->group) {
has_group = true;
break;
}
current_group--;
tmp_group = tmp_group->prev;
Expand Down

0 comments on commit 0f85311

Please sign in to comment.