mirror of https://gitlab.com/basile.b/dexed.git
sort the completions otained from word splitting
This commit is contained in:
parent
fff0ea4711
commit
bd43293e2f
|
@ -1,3 +1,9 @@
|
|||
# v3.9.17-dev
|
||||
|
||||
## Enhancements
|
||||
|
||||
- completion: sort the completions obtained by word splitting
|
||||
|
||||
# v3.9.16
|
||||
|
||||
## Enhancements
|
||||
|
|
|
@ -2930,6 +2930,7 @@ begin
|
|||
end;
|
||||
end;
|
||||
h.Free;
|
||||
TStringList(fCompletion.ItemList).Sort();
|
||||
end;
|
||||
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue