diff src/version.c @ 21951:3ece5c9fe811 v8.2.1525

patch 8.2.1525: messages from tests were not always displayed Commit: https://github.com/vim/vim/commit/6e3aeec8461cf27396b6574b5438019a00684e00 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 26 22:29:57 2020 +0200 patch 8.2.1525: messages from tests were not always displayed Problem: Messages from tests were not always displayed. Solution: Always show messages, the timing is always useful. (Ken Takata, closes #6792)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Aug 2020 22:45:04 +0200
parents e6608764248a
children 947aba2d8c28
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1525,
+/**/
     1524,
 /**/
     1523,