forked from extern/nushell
# Description fixed #10020 Tab completion order of directories is inconsistent with order of files. This problem is caused by sorting folder names containing a trailing slash. This PR fixes the problem. # User-Facing Changes Users get the same order of suggestions in the tab completion for both file and directory.  # Tests + Formatting ``` $ toolkit check pr - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` ``` # After Submitting nothing |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |