You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for this great plugin ! I just installed it and will be using it a lot most certainly ;)
I was wondering why is the directory sorted that way and not in alphabetical order ? Sorry if I missed something but the documentation seems pretty clear though ;)
Cheers,
Simon
The text was updated successfully, but these errors were encountered:
I've encountered this issue on some specific systems as well. Looking around and playing with the source code, I don't think it's this plugin's problem. It's caused by os.listdir() (see here). Specifically:
Return a list containing the names of the entries in the directory given by path. The list is in arbitrary order, and does not include the special entries '.' and '..' even if they are present in the directory.
Hi,
First thanks for this great plugin ! I just installed it and will be using it a lot most certainly ;)
I was wondering why is the directory sorted that way and not in alphabetical order ? Sorry if I missed something but the documentation seems pretty clear though ;)
Cheers,
Simon
The text was updated successfully, but these errors were encountered: