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

Heed non-sort entries in ivy-sort-functions-alist #870

Closed
wants to merge 1 commit into from

Conversation

basil-conto
Copy link
Collaborator

Currently, ivy--sort-function does not distinguish between collection functions that are not members of ivy-sort-functions-alist and ones whose associated sorting function is nil, i.e. no sorting.

In ivy-completing-read, this meant that the lookup in ivy-sort-functions-alist would always fall through to the default sorting function, even for existing collection functions whose CDR was explicitly set to nil.

Currently, ivy--sort-function does not distinguish between
collection functions that are not members of
ivy-sort-functions-alist and ones whose associated sorting function
is nil, i.e. no sorting.

In ivy-completing-read, this meant that the lookup in
ivy-sort-functions-alist would always fall through to the default
sorting function, even for existing collection functions whose CDR
was explicitly set to nil.
@abo-abo abo-abo closed this in 65979f6 Feb 2, 2017
@abo-abo
Copy link
Owner

abo-abo commented Feb 2, 2017

Thanks.

@basil-conto basil-conto deleted the sort branch February 2, 2017 13:33
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

Successfully merging this pull request may close these issues.

2 participants