changeset 31307:90fb7de74f3d v9.0.0987

patch 9.0.0987: file missing from list of distributed files Commit: https://github.com/vim/vim/commit/cf650b7c9bf8310e2d5b04edced6f7290b759044 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 14:30:07 +0100
parents c319add53a9c
children 3eeddaac4d11
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,