commit | 9cd4c0fb98cb4fe6164e4e1751c21a5a5229b9cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 22:53:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 22:53:10 2022 +0000 |
tree | b8279ddd5f5f4b0a9d1628900eeab6dce87bb752 | |
parent | 2afeb408310f4f0185ce5eec079b51a3fe415a33 [diff] [blame] |
patch 8.2.4451: sort() fails when ignoring case Problem: sort() fails when ignoring case. Solution: Accept a number one argument in sort().
diff --git a/src/version.c b/src/version.c index 5dfdaf4..6f91b84 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4451, +/**/ 4450, /**/ 4449,