commit | 2d7260d66575052124b76c8b97b957319111bfef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:51:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:51:52 2019 +0200 |
tree | 821227ba1e465adc129725b6cff8349497f55e04 | |
parent | 94a7242ad1c41cc2a5377535f81d29a5b374b983 [diff] [blame] |
patch 8.1.1129: when making a new screendump test have to create the file Problem: When making a new screendump test have to create the file. Solution: Continue creating the failed screendump, so it can be moved once it is correct.
diff --git a/src/version.c b/src/version.c index 51ae14c..5da9578 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1129, +/**/ 1128, /**/ 1127,