mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 00:38:26 +08:00
Resume sorting completions from wildcard expansions
Ought to fix the wildcard expansion test on Linux
This commit is contained in:
parent
35160db268
commit
6c401bc587
@ -1852,6 +1852,7 @@ static expand_error_t expand_stage_wildcards(const wcstring &input, std::vector<
|
||||
}
|
||||
}
|
||||
|
||||
std::sort(expanded.begin(), expanded.end(), completion_t::is_naturally_less_than);
|
||||
out->insert(out->end(), expanded.begin(), expanded.end());
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user