]> granicus.if.org Git - vim/commitdiff
patch 9.0.0987: file missing from list of distributed files v9.0.0987
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 13:20:19 +0000 (13:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 13:20:19 +0000 (13:20 +0000)
Problem:    File missing from list of distributed files.
Solution:   Add logfile.pro to list of distributed files.

Filelist
src/version.c

index 483275135075499f19a12263ad3ff3b2899adf0d..e241e17ec774c510aeadc9375b2ab7d1b2b34984 100644 (file)
--- 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 \
index 23f1ac5f3cd32322769dfb7b02ff666fcd078c2a..93e35f622ffb2e0e9248b350611fef2556376731 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    987,
 /**/
     986,
 /**/