diff src/version.c @ 12345:76ab57a79183 v8.0.1052

patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options commit https://github.com/vim/vim/commit/e88fc7a574263fd399c6815378bcd8fd228d8b54 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 3 20:59:40 2017 +0200 patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options Problem: term_start() does not allow in_io, out_io and err_io options. Solution: Add JO_OUT_IO to get_job_options().
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Sep 2017 21:00:04 +0200
parents 72046661f6d0
children 61a9642297cc
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 */
 /**/
+    1052,
+/**/
     1051,
 /**/
     1050,