# HG changeset patch # User Christian Brabandt # Date 1500823804 -7200 # Node ID 01480914715f9ff1efb15e90c98c075b4abffc2a # Parent 7ba065bdb2379fa88ff1f8424fe765c7c75696d8 patch 8.0.0757: libvterm MSVC Makefile not included in the distribution commit https://github.com/vim/vim/commit/9c5589c7cef9bacc41e2c359f60c53ed67c010de Author: Bram Moolenaar Date: Sun Jul 23 17:15:18 2017 +0200 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. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -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 \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 757, +/**/ 756, /**/ 755,