commit | 6e3aeec8461cf27396b6574b5438019a00684e00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 26 22:29:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 26 22:29:57 2020 +0200 |
tree | ec3fb8843aeea30de214310d914c424ac6ddfc76 | |
parent | 2e0866128b6266829a7f38733d5188bc4ec68745 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 70fe7df..71851c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523,