diff src/version.c @ 11203:c3504890b37d v8.0.0488

patch 8.0.0488: running tests leaves an "xxx" file behind commit https://github.com/vim/vim/commit/b4c5572e749063daeef30cfc2932bea1fd468165 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 19:11:35 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 19:15:04 +0100
parents 87ef152072d4
children 4db196820d3b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    488,
+/**/
     487,
 /**/
     486,