]> granicus.if.org Git - vim/commitdiff
patch 8.0.0757: libvterm MSVC Makefile not included in the distribution v8.0.0757
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Jul 2017 15:15:18 +0000 (17:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Jul 2017 15:15:18 +0000 (17:15 +0200)
Problem:    Libvterm MSVC Makefile not included in the distribution.
Solution:   Add the file to the list.

Filelist
src/version.c

index 5038e67687a39613a25b0340027b04ea38dde221..353cb24d38cdf11e36bed27eb477685d526633c1 100644 (file)
--- 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 \
index 465252905f04f5add522a592eb569e0a5b6c91e9..ad2a45d19413129a457a623823e964882ef37d85 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    757,
 /**/
     756,
 /**/