0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.2157: libvterm source files missing from distribution

Problem:    Libvterm source files missing from distribution.
Solution:   Rename source files. (closes #5065)
This commit is contained in:
Bram Moolenaar
2019-10-16 17:15:18 +02:00
parent 9115c611db
commit 8f7b29f033
2 changed files with 4 additions and 2 deletions

View File

@@ -296,11 +296,11 @@ SRC_ALL = \
src/libvterm/src/encoding/uk.inc \ src/libvterm/src/encoding/uk.inc \
src/libvterm/src/encoding/uk.tbl \ src/libvterm/src/encoding/uk.tbl \
src/libvterm/src/keyboard.c \ src/libvterm/src/keyboard.c \
src/libvterm/src/termmouse.c \ src/libvterm/src/mouse.c \
src/libvterm/src/parser.c \ src/libvterm/src/parser.c \
src/libvterm/src/pen.c \ src/libvterm/src/pen.c \
src/libvterm/src/rect.h \ src/libvterm/src/rect.h \
src/libvterm/src/termscreen.c \ src/libvterm/src/screen.c \
src/libvterm/src/state.c \ src/libvterm/src/state.c \
src/libvterm/src/unicode.c \ src/libvterm/src/unicode.c \
src/libvterm/src/utf8.h \ src/libvterm/src/utf8.h \

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2157,
/**/ /**/
2156, 2156,
/**/ /**/