zed/crates/util/src
Mikayla Maki 455850505f
Fix more bugs in files (#16241)
Fixes:
- [x] an issue where directories would only match by prefix, causing
both a directory and a file to be matched if in the same directory
- [x] An issue where you could not continue a file completion when
selecting a directory, as `tab` on a file would always run the command.
This effectively disabled directory sub queries.
- [x] Inconsistent rendering of files and directories in the slash
command

Release Notes:

- N/A

---------

Co-authored-by: max <max@zed.dev>
2024-08-16 10:09:38 -07:00
..
test
arc_cow.rs
fs.rs
paths.rs Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
serde.rs
test.rs
util.rs