# HG changeset patch # User Christian Brabandt # Date 1501426805 -7200 # Node ID 72ca0e12e23b18673c763f501e251d3b5e9e9641 # Parent f51e39d5bd7d71640922eb0c1082bbf0305bc102 patch 8.0.0814: file in Filelist does not exist commit https://github.com/vim/vim/commit/0e7885e67d7d798812e23dd8d32e75106f06cb76 Author: Bram Moolenaar 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. diff --git a/Filelist b/Filelist --- 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 \ diff --git a/src/version.c b/src/version.c --- 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,