1
0
forked from aniani/vim

patch 8.2.3449: sort fails if the sort compare function returns 999

Problem:    Sort fails if the sort compare function returns 999.
Solution:   Adjust value to -1 / 0 / 1. (Yasuhiro Matsumoto, closes #8884)
This commit is contained in:
Yasuhiro Matsumoto
2021-09-19 17:01:39 +02:00
committed by Bram Moolenaar
parent 1d34189ecb
commit c04f62346b
3 changed files with 9 additions and 0 deletions

View File

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