commit | 00af60bbb6cc7e8ccafddb30a1964f891b800bce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 14:06:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 14:06:14 2016 +0100 |
tree | 12b89b41ad5d8a3345e6e315887780d51581ce73 | |
parent | 45c7f054730da5c88e1e5c7de290d25c450578a0 [diff] [blame] |
patch 7.4.1309 Problem: When a test fails not all relevant info is listed. Solution: Add the errors to the messages.
diff --git a/src/version.c b/src/version.c index a357ea2..b833347 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1309, +/**/ 1308, /**/ 1307,