changeset 12901:34dc9117795a v8.0.1327

patch 8.0.1327: new proto file missing from distribution commit https://github.com/vim/vim/commit/91ffda9852916004c9f318cd01b2f90751329bad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 21 13:52:14 2017 +0100 patch 8.0.1327: new proto file missing from distribution Problem: New proto file missing from distribution. Solution: Add it. (closes https://github.com/vim/vim/issues/2355)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Nov 2017 14:00:05 +0100
parents eae50e2223a0
children 9e528acde057
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -141,6 +141,7 @@ SRC_ALL =	\
 		src/testdir/xterm_ramp.vim \
 		src/proto.h \
 		src/proto/arabic.pro \
+		src/proto/beval.pro \
 		src/proto/blowfish.pro \
 		src/proto/buffer.pro \
 		src/proto/channel.pro \
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1327,
+/**/
     1326,
 /**/
     1325,