Open AlexWayfer opened 4 years ago
I've noticed that too. I guess the problem is that the whole file name, including the extension is used for sorting. And _
is sorted before .
Not sure if this would be considered a bug or if that just is expected behaviour. It's not a huge deal in my opinion but it would be nice if it could be "fixed"
Prerequisites
Description
Please, improve the sorting of files. Shorten file names should be before longer ones.
Steps to Reproduce
find.rb
andfind_or_create.rb
Expected behavior:
find.rb
is above offind_or_create.rb
.https://repl.it/@AlexWayfer/UnfortunateComfortableOop
Actual behavior:
find_or_create.rb
is above offind.rb
.Reproduces how often:
100%
Versions