commit | 213e70e284b0975dd34525e94e59e26811097c72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 13:17:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 13:17:21 2022 +0100 |
tree | 7a1549b72ef113af45f037b24db4e16cbbd4d43e | |
parent | 9e043181ad51536f23d069e719d6f6b96c4c0ec0 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index bbe7a2e..5d69c63 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 227, +/**/ 226, /**/ 225,