]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1029: autoload directory missing from distribution v9.0.1029
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 10:03:48 +0000 (10:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 10:03:48 +0000 (10:03 +0000)
Problem:    Autoload directory missing from distribution.
Solution:   Add the autoload/zig directory to the list of distributed files.

Filelist
src/version.c

index 67c215bb95ce83801d37ad0a200bcb07cb182d50..b8b9ba0a5014516c44e8a99e75d2bd6bcd923902 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -783,6 +783,7 @@ RT_SCRIPTS =        \
                runtime/autoload/README.txt \
                runtime/autoload/dist/*.vim \
                runtime/autoload/xml/*.vim \
+               runtime/autoload/zig/*.vim \
                runtime/colors/*.vim \
                runtime/colors/README.txt \
                runtime/colors/lists/*.vim \
index ee5627df6673abafe8187527ad08b408b9423d10..469116da3349d8e8b381e98f7a48b2df48d8c06b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1029,
 /**/
     1028,
 /**/