1
0
forked from aniani/vim

patch 8.0.0757: libvterm MSVC Makefile not included in the distribution

Problem:    Libvterm MSVC Makefile not included in the distribution.
Solution:   Add the file to the list.
This commit is contained in:
Bram Moolenaar
2017-07-23 17:15:18 +02:00
parent 2aeaf3fc01
commit 9c5589c7ce
2 changed files with 3 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ SRC_ALL = \
src/libvterm/.gitignore \
src/libvterm/LICENSE \
src/libvterm/Makefile \
src/libvterm/Makefile.msc \
src/libvterm/README \
src/libvterm/tbl2inc_c.pl \
src/libvterm/vterm.pc.in \

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
757,
/**/
756,
/**/