comparison src/version.c @ 8443:6c421014a0b3 v7.4.1512

commit https://github.com/vim/vim/commit/94d0191dbcce829ad9b92d902b6e2717041db3b8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 13:48:51 2016 +0100 patch 7.4.1512 Problem: Channel input from file not supported on MS-Windows. Solution: Implement it. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 08 Mar 2016 14:00:05 +0100
parents 768065c86a35
children dd2e2bd69d0e
comparison
equal deleted inserted replaced
8442:d2dd8de62539 8443:6c421014a0b3
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1512,
746 /**/ 748 /**/
747 1511, 749 1511,
748 /**/ 750 /**/
749 1510, 751 1510,
750 /**/ 752 /**/