comparison src/version.c @ 8059:19304db153bc v7.4.1324

commit https://github.com/vim/vim/commit/d807036d10615b960c814ef3890ecad335b57f56 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 15 21:56:54 2016 +0100 patch 7.4.1324 Problem: Channels with pipes don't work on MS-Windows. Solution: Add pipe I/O support. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Feb 2016 22:00:04 +0100
parents e407d5bce2f5
children 7fe3b9dc132b
comparison
equal deleted inserted replaced
8058:a78f2d2ed4b9 8059:19304db153bc
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1324,
750 /**/ 752 /**/
751 1323, 753 1323,
752 /**/ 754 /**/
753 1322, 755 1322,
754 /**/ 756 /**/