comparison src/version.c @ 7558:9a4c9dccd603 v7.4.1079

commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 16:00:53 2016 +0100 patch 7.4.1079 Problem: New include file missing from distribution. Missing changes to quickfix code. Solution: Add alloc.h to the list of distributed files. Use the enum in quickfix code.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 16:15:04 +0100
parents 5bbfac219f20
children fb84355cd972
comparison
equal deleted inserted replaced
7557:502ca0a62fd8 7558:9a4c9dccd603
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1079,
744 /**/ 746 /**/
745 1078, 747 1078,
746 /**/ 748 /**/
747 1077, 749 1077,
748 /**/ 750 /**/