]> granicus.if.org Git - vim/commitdiff
patch 8.1.2088: renamed libvterm mouse.c file not in distributed file list v8.1.2088
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 17:35:48 +0000 (19:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 17:35:48 +0000 (19:35 +0200)
Problem:    Renamed libvterm mouse.c file not in distributed file list.
Solution:   Rename the file in the file list.

Filelist
src/version.c

index 519d83fc175b67454eea60321b9de2646e87c412..2d05b4a3af6a96a04f446789b5c9ca69ab905e9c 100644 (file)
--- 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 \
index 0776a8a6d3e1348723ec0d2978f33a9e86dda0d8..35253eb43af5e36d40bc1c97310c9dafd3b41610 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2088,
 /**/
     2087,
 /**/