comparison src/version.c @ 29775:455e7588b979 v9.0.0227

patch 9.0.0227: cannot read error message when abort() is called Commit: https://github.com/vim/vim/commit/213e70e284b0975dd34525e94e59e26811097c72 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 19 13:17:21 2022 +0100 patch 9.0.0227: cannot read error message when abort() is called Problem: Cannot read error message when abort() is called. Solution: Output a newline before calling abort().
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Aug 2022 14:30:03 +0200
parents 94bc352727d9
children f1c5bd4acbbc
comparison
equal deleted inserted replaced
29774:7749e69fb61f 29775:455e7588b979
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 227,
734 /**/ 736 /**/
735 226, 737 226,
736 /**/ 738 /**/
737 225, 739 225,
738 /**/ 740 /**/