diff src/version.c @ 10797:e1bddbed43cc v8.0.0288

patch 8.0.0288: errors reported while running tests commit https://github.com/vim/vim/commit/4e032e1b17c92e1bb4b94be7f487d6be725274ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 1 20:48:13 2017 +0100 patch 8.0.0288: errors reported while running tests Problem: Errors reported while running tests. Solution: Put comma in the right place.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Feb 2017 21:00:04 +0100
parents 8afee415119d
children 8c117418aea9
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 */
 /**/
+    288,
+/**/
     287,
 /**/
     286,