Sort all variable completions
I forgot to sort the last branch of variable completions in my last PR
This commit is contained in:
parent
948b90299d
commit
9f47471041
|
@ -229,6 +229,8 @@ impl Completer for VariableCompletion {
|
|||
}
|
||||
}
|
||||
|
||||
output = sort_suggestions(&prefix_str, output, SortBy::Ascending);
|
||||
|
||||
output.dedup(); // TODO: Removes only consecutive duplicates, is it intended?
|
||||
|
||||
output
|
||||
|
|
Loading…
Reference in New Issue
Block a user