Skip to content

Commit

Permalink
Delegate to the command handler to figure out a suggestion provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Jul 10, 2022
1 parent 1dbfc01 commit 87f6dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private SuggestionProvider parseTabAnnotation(@NotNull AutoComplete annotation,
return SuggestionProvider.of(suggestions);
}
} catch (IndexOutOfBoundsException e) {
return SuggestionProvider.EMPTY;
return null;
}
}
}

0 comments on commit 87f6dc1

Please sign in to comment.