commit | b86a343280b08d6701da68ee0651e960a0a7a61c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 16:00:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 16:00:53 2016 +0100 |
tree | 356582cf6c33986a333421c8761e0eb60404930b | |
parent | acb4f221c715a333f4c49a2235a8006c6ac6e4d5 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 891e611..723dcf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1079, +/**/ 1078, /**/ 1077,