comparison src/version.c @ 27851:86e8c92c3f65 v8.2.4451

patch 8.2.4451: sort() fails when ignoring case Commit: https://github.com/vim/vim/commit/9cd4c0fb98cb4fe6164e4e1751c21a5a5229b9cc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 22:53:10 2022 +0000 patch 8.2.4451: sort() fails when ignoring case Problem: sort() fails when ignoring case. Solution: Accept a number one argument in sort().
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 00:00:02 +0100
parents efbce802c0df
children dd203ec9a0e1
comparison
equal deleted inserted replaced
27850:7fab9ff1619b 27851:86e8c92c3f65
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4451,
753 /**/ 755 /**/
754 4450, 756 4450,
755 /**/ 757 /**/
756 4449, 758 4449,
757 /**/ 759 /**/