# HG changeset patch # User Bram Moolenaar # Date 1566065704 -7200 # Node ID 805438fb38ba1bb2dbb03bdcfbe3a5ba80b099ba # Parent f2c2f9126a8224d10aaac8af28a4b3d89c987433 patch 8.1.1876: proto file missing from distribution commit https://github.com/vim/vim/commit/f8b055d1707375fa51c3050a9db682cbbfd49542 Author: Bram Moolenaar Date: Sat Aug 17 20:10:42 2019 +0200 patch 8.1.1876: proto file missing from distribution Problem: proto file missing from distribution Solution: Add the file. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -175,6 +175,7 @@ SRC_ALL = \ src/proto/change.pro \ src/proto/channel.pro \ src/proto/charset.pro \ + src/proto/cmdhist.pro \ src/proto/crypt.pro \ src/proto/crypt_zip.pro \ src/proto/debugger.pro \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1876, +/**/ 1875, /**/ 1874,