comparison src/version.c @ 26763:9cb27a68a01b v8.2.3910

patch 8.2.3910: when compare function of sort() fails it does not abort Commit: https://github.com/vim/vim/commit/23018f2d4b6f85512af117d346eee9b14a4637a6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 11:54:37 2021 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 13:00:04 +0100
parents 3dbb8fdcd179
children e5fdd48c442b
comparison
equal deleted inserted replaced
26762:3b3d7878f9fb 26763:9cb27a68a01b
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3910,
752 /**/ 754 /**/
753 3909, 755 3909,
754 /**/ 756 /**/
755 3908, 757 3908,
756 /**/ 758 /**/