From: Bram Moolenaar Date: Sun, 23 Jul 2017 15:15:18 +0000 (+0200) Subject: patch 8.0.0757: libvterm MSVC Makefile not included in the distribution X-Git-Tag: v8.0.0757 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c5589c7cef9bacc41e2c359f60c53ed67c010de;p=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. --- diff --git a/Filelist b/Filelist index 5038e6768..353cb24d3 100644 --- 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 index 465252905..ad2a45d19 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 757, /**/ 756, /**/