commit | 69212b11d18d9d8951968f6ca88e6ce046c90675 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 10 14:14:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 10 14:14:03 2020 +0200 |
tree | bafe83527480cae15c9452542cd7ad3c88db6458 | |
parent | d695ba732de915fc227c1069a7a4e1d5049601bd [diff] [blame] |
patch 8.2.0728: messages about a deadly signal are not left aligned Problem: Messages about a deadly signal are not left aligned. Solution: Output a CR before the NL. (Dominique Pelle, #6055)
diff --git a/src/version.c b/src/version.c index 55b8654..c595e9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 728, +/**/ 727, /**/ 726,