commit | b4c5572e749063daeef30cfc2932bea1fd468165 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 19:11:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 19:11:35 2017 +0100 |
tree | 98d6bc9fbfea2ca0c37b3dca7e39972098fd8afa | |
parent | 651e4056aceaa580df9e2fff575a6402d5c6f0dc [diff] [blame] |
patch 8.0.0488: running tests leaves an "xxx" file behind Problem: Running tests leaves an "xxx" file behind. Solution: Delete the 'verbosefile' after resetting the option.
diff --git a/src/version.c b/src/version.c index c9d7361..c620780 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 488, +/**/ 487, /**/ 486,