# HG changeset patch # User Christian Brabandt # Date 1511269205 -3600 # Node ID 34dc9117795ad46d9376bc348d42a17921604533 # Parent eae50e2223a0aa3d7f577edbb483e61b3ad8f264 patch 8.0.1327: new proto file missing from distribution commit https://github.com/vim/vim/commit/91ffda9852916004c9f318cd01b2f90751329bad Author: Bram Moolenaar 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) diff --git a/Filelist b/Filelist --- 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 \ diff --git a/src/version.c b/src/version.c --- 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,