1
0
forked from aniani/vim

patch 8.2.4451: sort() fails when ignoring case

Problem:    sort() fails when ignoring case.
Solution:   Accept a number one argument in sort().
This commit is contained in:
Bram Moolenaar
2022-02-22 22:53:10 +00:00
parent 2afeb40831
commit 9cd4c0fb98
3 changed files with 4 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4451,
/**/
4450,
/**/