commit | 3e8474dd50f64c998bb665ce852f584a58dede6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:52:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:52:42 2016 +0200 |
tree | 912cd7f7d24358c82ae052aa060742232b6a017b | |
parent | e8ef3a093453b73594e15462d4de50b011c8ba66 [diff] [blame] |
patch 8.0.0032 Problem: Tests may change the input file when something goes wrong. Solution: Avoid writing the input file.
diff --git a/src/version.c b/src/version.c index 39662f6..6fee4ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,