commit | 23018f2d4b6f85512af117d346eee9b14a4637a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 11:54:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 11:54:37 2021 +0000 |
tree | e318e99efc20c222cdbebd1a6e38aa730bd01aba | |
parent | bbdd3fb804bf69684f7b0f49d3c0a0b039daec02 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 62b646c..8c4377b 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3910, +/**/ 3909, /**/ 3908,