Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored May 22, 2024
1 parent d213418 commit 600af87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/src/builtins/complete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,6 @@ impl BuiltinCommand for CompGenCommand {

match result {
completion::CompletionResult::Candidates(mut candidates, _options) => {
// First sort.
candidates.sort();

// Now list.
for candidate in candidates {
writeln!(context.stdout(), "{candidate}")?;
}
Expand Down

0 comments on commit 600af87

Please sign in to comment.