Preserve matching history items and their order

This commit is contained in:
Kirill Bulatov 2023-09-28 00:23:17 +02:00
parent 541dd994a9
commit 57a95d1799
5 changed files with 151 additions and 16 deletions

View file

@ -10,6 +10,7 @@ doctest = false
[dependencies]
editor = { path = "../editor" }
collections = { path = "../collections" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
menu = { path = "../menu" }