comparison 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
comparison
equal deleted inserted replaced
12344:a9079ccbb1a0 12345:76ab57a79183
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1052,
772 /**/ 774 /**/
773 1051, 775 1051,
774 /**/ 776 /**/
775 1050, 777 1050,
776 /**/ 778 /**/