diff src/version.c @ 7356:f0eb9aa9eb32 v7.4.983

commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 16:26:45 2015 +0100 patch 7.4.983 Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 16:30:04 +0100
parents 81dc9e30aad6
children 6fbeef3b65e6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    983,
+/**/
     982,
 /**/
     981,