comparison src/version.c @ 8314:4e057409f1d7 v7.4.1449

commit https://github.com/vim/vim/commit/8cc6977a9655603bfc4aab64edddafef147da65e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 16:42:03 2016 +0100 patch 7.4.1449 Problem: Build fails with job feature but without channel feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Feb 2016 16:45:04 +0100
parents 1001ec135d6e
children 058b9e4a291b
comparison
equal deleted inserted replaced
8313:973c585fee01 8314:4e057409f1d7
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 1449,
746 /**/ 748 /**/
747 1448, 749 1448,
748 /**/ 750 /**/
749 1447, 751 1447,
750 /**/ 752 /**/