diff src/version.c @ 10311:931422d27b69 v8.0.0051

commit https://github.com/vim/vim/commit/14207f487c9e79a913256a41e3e9716b03b46955 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 27 21:13:10 2016 +0200 patch 8.0.0051 Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Oct 2016 21:15:04 +0200
parents 88331ee68367
children 694e3bb7a8ff
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 */
 /**/
+    51,
+/**/
     50,
 /**/
     49,