changeset 17759:805438fb38ba v8.1.1876

patch 8.1.1876: proto file missing from distribution commit https://github.com/vim/vim/commit/f8b055d1707375fa51c3050a9db682cbbfd49542 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 20:15:04 +0200
parents f2c2f9126a82
children da4c531f75f1
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,