From 9c5589c7cef9bacc41e2c359f60c53ed67c010de Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 23 Jul 2017 17:15:18 +0200 Subject: [PATCH] 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. --- Filelist | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Filelist b/Filelist index 5038e67687..353cb24d38 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 465252905f..ad2a45d194 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, /**/ -- 2.47.2