comparison src/version.c @ 8031:ece323e2b57f v7.4.1310

commit https://github.com/vim/vim/commit/6463ca229cb9412581419497924c85fcbfc854ab Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 17:04:46 2016 +0100 patch 7.4.1310 Problem: Jobs don't open a channel. Solution: Create pipes and add them to the channel. Add ch_logfile(). Only Unix for now.
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 17:15:05 +0100
parents 770dd91ad9f7
children a1b10634a28a
comparison
equal deleted inserted replaced
8030:05f57db9d8da 8031:ece323e2b57f
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 1310,
750 /**/ 752 /**/
751 1309, 753 1309,
752 /**/ 754 /**/
753 1308, 755 1308,
754 /**/ 756 /**/