diff src/version.c @ 13225:1961162121c7 v8.0.1487

patch 8.0.1487: test 14 fails commit https://github.com/vim/vim/commit/8846ac5aedb568b9aae969f0ad2b9b1606522ca9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 19:24:01 2018 +0100 patch 8.0.1487: test 14 fails Problem: Test 14 fails. Solution: Fix of-by-one error.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 19:30:06 +0100
parents e37327129859
children b88fa651c824
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1487,
+/**/
     1486,
 /**/
     1485,