# HG changeset patch # User Bram Moolenaar # Date 1669987807 -3600 # Node ID 90fb7de74f3dc5192d85493712db1e11cb1ce0f3 # Parent c319add53a9c89b0efac4599514e0120b7c31ebe patch 9.0.0987: file missing from list of distributed files Commit: https://github.com/vim/vim/commit/cf650b7c9bf8310e2d5b04edced6f7290b759044 Author: Bram Moolenaar Date: Fri Dec 2 13:20:19 2022 +0000 patch 9.0.0987: file missing from list of distributed files Problem: File missing from list of distributed files. Solution: Add logfile.pro to list of distributed files. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -275,6 +275,7 @@ SRC_ALL = \ src/proto/json.pro \ src/proto/list.pro \ src/proto/locale.pro \ + src/proto/logfile.pro \ src/proto/main.pro \ src/proto/map.pro \ src/proto/mark.pro \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 987, +/**/ 986, /**/ 985,