patch 8.2.3910: when compare function of sort() fails it does not abort

Problem:    When the compare function of sort() produces and error then sort()
            does not abort.
Solution:   Check if did_emsg was incremented.
This commit is contained in:
Bram Moolenaar
2021-12-27 11:54:37 +00:00
parent bbdd3fb804
commit 23018f2d4b
3 changed files with 15 additions and 1 deletions

View File

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