diff src/version.c @ 12196:9237b087583c v8.0.0978

patch 8.0.0978: writing to terminal job is not tested commit https://github.com/vim/vim/commit/37819ed54064b949b1f205c9f4084ba32e3db8bc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 20 19:33:47 2017 +0200 patch 8.0.0978: writing to terminal job is not tested Problem: Writing to terminal job is not tested. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2017 19:45:05 +0200
parents 53987de2115d
children 65cff399750b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    978,
+/**/
     977,
 /**/
     976,