changeset 11868:72ca0e12e23b v8.0.0814

patch 8.0.0814: file in Filelist does not exist commit https://github.com/vim/vim/commit/0e7885e67d7d798812e23dd8d32e75106f06cb76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 16:58:56 2017 +0200 patch 8.0.0814: file in Filelist does not exist Problem: File in Filelist does not exist. Solution: Remove the line.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 17:00:05 +0200
parents f51e39d5bd7d
children b4bbc9f3ef4d
files Filelist src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -200,7 +200,6 @@ 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 */
 /**/
+    814,
+/**/
     813,
 /**/
     812,