]> granicus.if.org Git - vim/commitdiff
patch 8.1.0764: list of distributed files is outdated v8.1.0764
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 15:11:06 +0000 (16:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 15:11:06 +0000 (16:11 +0100)
Problem:    List of distributed files is outdated.
Solution:   Remove workshop files.  Add blob files.

Filelist
src/version.c

index 6e3052170c866a926b81022406294652b3ff5f0f..d3fcba635640d6f1b9d180596e6dab69e9ce35ef 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -16,6 +16,7 @@ SRC_ALL =     \
                src/ascii.h \
                src/beval.c \
                src/beval.h \
+               src/blob.c \
                src/blowfish.c \
                src/buffer.c \
                src/channel.c \
@@ -146,6 +147,7 @@ SRC_ALL =   \
                src/protodef.h \
                src/proto/arabic.pro \
                src/proto/beval.pro \
+               src/proto/blob.pro \
                src/proto/blowfish.pro \
                src/proto/buffer.pro \
                src/proto/channel.pro \
@@ -334,8 +336,6 @@ SRC_UNIX =  \
                src/gui_x11_pm.h \
                src/hangulin.c \
                src/if_xcmdsrv.c \
-               src/integration.c \
-               src/integration.h \
                src/link.sh \
                src/installman.sh \
                src/installml.sh \
@@ -358,7 +358,6 @@ SRC_UNIX =  \
                src/proto/if_xcmdsrv.pro \
                src/proto/os_unix.pro \
                src/proto/pty.pro \
-               src/proto/workshop.pro \
                src/pty.c \
                src/testdir/Makefile \
                src/testdir/unix.vim \
@@ -368,10 +367,6 @@ SRC_UNIX = \
                src/vimtutor \
                src/gvimtutor \
                src/which.sh \
-               src/workshop.c \
-               src/workshop.h \
-               src/wsdebug.c \
-               src/wsdebug.h \
                src/tee/Makefile \
                src/xxd/Makefile \
 
index b2132c9d1adf0ff9b21b90d23c998989a5ea40bd..152c34e19d08019ae72c5c5cd25ff77702736067 100644 (file)
@@ -791,6 +791,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    764,
 /**/
     763,
 /**/