diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1079,
+/**/
     1078,
 /**/
     1077,