0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-01-10 16:00:53 +01:00
parent acb4f221c7
commit b86a343280
3 changed files with 8 additions and 5 deletions

View File

@@ -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 \