comparison src/version.c @ 12156:ee8ead988f2c v8.0.0958

patch 8.0.0958: terminal test fails on Windows when winpty dll is missing commit https://github.com/vim/vim/commit/ea5d6fadbbba614e51e819cb537a3d52600bfcc5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 18 21:07:11 2017 +0200 patch 8.0.0958: terminal test fails on Windows when winpty dll is missing Problem: The terminal test fails on MS-Windows when compiled with the terminal feature but the winpty DLL is missing. Solution: Check if the terminal feature works. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Aug 2017 21:15:04 +0200
parents 71e10b81226d
children b3e39486880a
comparison
equal deleted inserted replaced
12155:e5bb354c7177 12156:ee8ead988f2c
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 958,
772 /**/ 774 /**/
773 957, 775 957,
774 /**/ 776 /**/
775 956, 777 956,
776 /**/ 778 /**/