comparison src/version.c @ 20345:d636f5e76347 v8.2.0728

patch 8.2.0728: messages about a deadly signal are not left aligned Commit: https://github.com/vim/vim/commit/69212b11d18d9d8951968f6ca88e6ce046c90675 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 10 14:14:03 2020 +0200 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, https://github.com/vim/vim/issues/6055)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 May 2020 14:15:03 +0200
parents 220312b278a9
children 0e1dfff4f294
comparison
equal deleted inserted replaced
20344:0c989a5ad800 20345:d636f5e76347
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 728,
749 /**/ 751 /**/
750 727, 752 727,
751 /**/ 753 /**/
752 726, 754 726,
753 /**/ 755 /**/