Files
fish-shell/crates
Johannes Altmanninger 71d6ec4ab9 wcsfilecmp: make sure trailing slashes sort first
This command

	cd $(mktemp -d)
	mkdir a "a b"
	complete -C": "

prints

	a b/
	a/

which is wrong ordering.
Usually the trailing slash should not be compared.

Fix this by always sorting slashes first.  Not sure if this is correct
for middle slashes but I couldn't find a case where it matters.

Closes #12695
2026-05-03 20:04:21 +08:00
..
2026-03-30 13:57:10 +08:00
2026-02-17 11:28:58 +11:00
2026-01-25 03:19:22 +01:00
2026-04-30 17:31:03 +00:00