changeset 18325:fc8f5b9aacfa v8.1.2157

patch 8.1.2157: libvterm source files missing from distribution Commit: https://github.com/vim/vim/commit/8f7b29f033305fafc237c8e56e4b04172fd62e32 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 17:15:18 2019 +0200 patch 8.1.2157: libvterm source files missing from distribution Problem: Libvterm source files missing from distribution. Solution: Rename source files. (closes https://github.com/vim/vim/issues/5065)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 17:30:03 +0200
parents d1ccf42b91ce
children 77cc8e73a3ff
files Filelist src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -296,11 +296,11 @@ SRC_ALL =	\
 		src/libvterm/src/encoding/uk.inc \
 		src/libvterm/src/encoding/uk.tbl \
 		src/libvterm/src/keyboard.c \
-		src/libvterm/src/termmouse.c \
+		src/libvterm/src/mouse.c \
 		src/libvterm/src/parser.c \
 		src/libvterm/src/pen.c \
 		src/libvterm/src/rect.h \
-		src/libvterm/src/termscreen.c \
+		src/libvterm/src/screen.c \
 		src/libvterm/src/state.c \
 		src/libvterm/src/unicode.c \
 		src/libvterm/src/utf8.h \
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2157,
+/**/
     2156,
 /**/
     2155,