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

Added l option to :sort to sort using locale. #7237

Closed
wants to merge 2 commits into from

Conversation

dpelle
Copy link
Member

@dpelle dpelle commented Nov 1, 2020

This PR adds the l option to :sort which sorts using the current locale.

The PR was created after this question was asked in the vim_use mailing list:

https://groups.google.com/g/vim_use/c/xX4_cvEcx-I/m/4MSDShCRAwAJ?pli=1

Copy link
Member Author

@dpelle dpelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot: there is also a sort() function that could benefit from having the option of using the locale. I'll find time to add that later today.

@brammool brammool closed this in 55e2961 Nov 1, 2020
seandewar added a commit to seandewar/neovim that referenced this pull request Apr 19, 2021
Problem:    Cannot sort using locale ordering.
Solution:   Add a flag for :sort and sort() to use the locale. (Dominique
            Pellé, closes vim/vim#7237)
vim/vim@55e2961
seandewar added a commit to seandewar/neovim that referenced this pull request Apr 20, 2021
Problem:    Cannot sort using locale ordering.
Solution:   Add a flag for :sort and sort() to use the locale. (Dominique
            Pellé, closes vim/vim#7237)
vim/vim@55e2961
seandewar added a commit to seandewar/neovim that referenced this pull request Apr 20, 2021
Problem:    Cannot sort using locale ordering.
Solution:   Add a flag for :sort and sort() to use the locale. (Dominique
            Pellé, closes vim/vim#7237)
vim/vim@55e2961
seandewar added a commit to seandewar/neovim that referenced this pull request Apr 20, 2021
Problem:    Cannot sort using locale ordering.
Solution:   Add a flag for :sort and sort() to use the locale. (Dominique
            Pellé, closes vim/vim#7237)
vim/vim@55e2961
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.

None yet

1 participant