# HG changeset patch # User Bram Moolenaar # Date 1569606306 -7200 # Node ID 36f791dd9eaee4b62b4fd4630a5f8a6c762819d2 # Parent 03b854983b14c4c270db8c9af5a1487621523c3f 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 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. diff --git a/Filelist b/Filelist --- 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 \ diff --git a/src/version.c b/src/version.c --- 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,