commit | 49b2fb36ca94be14b98caf86420863d9bbe81a24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 17:13:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 17:13:56 2020 +0200 |
tree | e9ef23e096ddca5afe146360dd4cd1346701fa9a | |
parent | 47a1a8baf9c8eb22b24f667e57a1dab579999a74 [diff] [blame] |
patch 8.2.0639: MS-Windows: messages test still fails Problem: MS-Windows: messages test still fails. Solution: Filter out the maintainer message.
diff --git a/src/version.c b/src/version.c index 3ba7452..70af7b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 639, +/**/ 638, /**/ 637,