diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-10 16:00:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-10 16:00:53 +0100 |
commit | b86a343280b08d6701da68ee0651e960a0a7a61c (patch) | |
tree | 356582cf6c33986a333421c8761e0eb60404930b /Filelist | |
parent | acb4f221c715a333f4c49a2235a8006c6ac6e4d5 (diff) | |
download | vim-git-b86a343280b08d6701da68ee0651e960a0a7a61c.tar.gz |
patch 7.4.1079v7.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.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ SRC_ALL = \ .travis.yml \ appveyor.yml \ src/README.txt \ + src/alloc.h \ src/arabic.c \ src/arabic.h \ src/ascii.h \ |