forked from aniani/vim
patch 8.2.1933: cannot sort using locale ordering
Problem: Cannot sort using locale ordering. Solution: Add a flag for :sort and sort() to use the locale. (Dominique Pellé, closes #7237)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1933,
|
||||
/**/
|
||||
1932,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user