summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-17 16:11:06 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-17 16:11:06 +0100
commit6e0b6a0bec093b2fbc2e630312ec412f3f2c2254 (patch)
tree64360c640852a294a72dfafabe4adc2032d057db
parentd09091d4955c5f41de69928f2db85611ed54ed23 (diff)
patch 8.1.0764: list of distributed files is outdatedv8.1.0764
Problem: List of distributed files is outdated. Solution: Remove workshop files. Add blob files.
-rw-r--r--Filelist9
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 7 deletions
diff --git a/Filelist b/Filelist
index 6e3052170c..d3fcba6356 100644
--- 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 \
diff --git a/src/version.c b/src/version.c
index b2132c9d1a..152c34e19d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 764,
+/**/
763,
/**/
762,