diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    227,
+/**/
     226,
 /**/
     225,