comparison src/version.c @ 11898:3c1b59938042 v8.0.0829

patch 8.0.0829: job running in terminal can't communicate with Vim commit https://github.com/vim/vim/commit/7da346035bf5837e6f5b734c5469477d981730f8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 1 17:14:21 2017 +0200 patch 8.0.0829: job running in terminal can't communicate with Vim Problem: A job running in a terminal window cannot easily communicate with the Vim it is running in. Solution: Pass v:servername in an environment variable. (closes #1908)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Aug 2017 17:15:04 +0200
parents a941848d8c44
children 39e46ae74c69
comparison
equal deleted inserted replaced
11897:ab52df5c8afc 11898:3c1b59938042
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 829,
772 /**/ 774 /**/
773 828, 775 828,
774 /**/ 776 /**/
775 827, 777 827,
776 /**/ 778 /**/