1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2022-08-19 13:17:21 +01:00
parent 9e043181ad
commit 213e70e284
2 changed files with 8 additions and 2 deletions

View File

@@ -731,6 +731,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
227,
/**/
226,
/**/