changeset 14798:487f3bd87594 v8.1.0411

patch 8.1.0411: renamed file missing from distribution commit https://github.com/vim/vim/commit/cec12cd661bd4b2e02a65879c08020448ee345cd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 19 22:00:30 2018 +0200 patch 8.1.0411: renamed file missing from distribution Problem: Renamed file missing from distribution. Solution: Rename screen.c to termscreen.c (Zdenek Dohnal, closes https://github.com/vim/vim/issues/3449)
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Sep 2018 22:15:05 +0200
parents 3cd73a488b24
children 4ad0a0a53290
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -228,7 +228,7 @@ SRC_ALL =	\
 		src/libvterm/src/parser.c \
 		src/libvterm/src/pen.c \
 		src/libvterm/src/rect.h \
-		src/libvterm/src/screen.c \
+		src/libvterm/src/termscreen.c \
 		src/libvterm/src/state.c \
 		src/libvterm/src/unicode.c \
 		src/libvterm/src/utf8.h \
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    411,
+/**/
     410,
 /**/
     409,