commit | 6f8bdab8e2ffec07aea03447f87c80b50e01f430 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 22:02:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 22:02:24 2018 +0200 |
tree | 9fa0b4bc2ea02165d7c4839acfa9bf62206999c1 | |
parent | a5c48c2698291e59244a705af1b7dbc60e03b09c [diff] [blame] |
patch 8.1.0359: no clue what test failed when using a screendump twice Problem: No clue what test failed when using a screendump twice. Solution: Add an extra argument to VerifyScreenDump().
diff --git a/src/version.c b/src/version.c index 67bfbd1..73bcab1 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 359, +/**/ 358, /**/ 357,