ZIm/crates/fuzzy/src
张小白 11b79d0ab9
workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430)
Closes #25045

With the setting `"use_system_path_prompts": false`, previously, if the
completion target was a directory, no separator would be added after it,
requiring us to manually append a `/` or `\`. Now, if the completion
target is a directory, a `/` or `\` will be automatically added. On
Windows, both `/` and `\` are considered valid path separators.



https://github.com/user-attachments/assets/0594ce27-9693-4a49-ae0e-3ed29f62526a



Release Notes:

- N/A
2025-03-04 14:01:08 +08:00
..
char_bag.rs Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00
fuzzy.rs Preserve matching history items and their order 2023-09-28 06:55:49 -07:00
matcher.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00
paths.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
strings.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00