Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alphabetical order #14

Open
kartsims opened this issue Sep 2, 2015 · 1 comment
Open

alphabetical order #14

kartsims opened this issue Sep 2, 2015 · 1 comment

Comments

@kartsims
Copy link

kartsims commented Sep 2, 2015

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

@bersavosh
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants