changeset 18187:36f791dd9eae v8.1.2088

patch 8.1.2088: renamed libvterm mouse.c file not in distributed file list Commit: https://github.com/vim/vim/commit/383f387d9d3a114cdfa2af61167beb802d8ece64 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 19:35:48 2019 +0200 patch 8.1.2088: renamed libvterm mouse.c file not in distributed file list Problem: Renamed libvterm mouse.c file not in distributed file list. Solution: Rename the file in the file list.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 19:45:06 +0200
parents 03b854983b14
children 0cbbb0c84e17
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -292,7 +292,7 @@ SRC_ALL =	\
 		src/libvterm/src/encoding/uk.inc \
 		src/libvterm/src/encoding/uk.tbl \
 		src/libvterm/src/keyboard.c \
-		src/libvterm/src/mouse.c \
+		src/libvterm/src/termmouse.c \
 		src/libvterm/src/parser.c \
 		src/libvterm/src/pen.c \
 		src/libvterm/src/rect.h \
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2088,
+/**/
     2087,
 /**/
     2086,