changeset 11749:01480914715f v8.0.0757

patch 8.0.0757: libvterm MSVC Makefile not included in the distribution commit https://github.com/vim/vim/commit/9c5589c7cef9bacc41e2c359f60c53ed67c010de Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 17:30:04 +0200
parents 7ba065bdb237
children 6116b2f75eb2
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,