From 84dbf855fb2d883481f74ad0ccf3df3f8837e6bf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 8 Dec 2022 10:03:48 +0000 Subject: patch 9.0.1029: autoload directory missing from distribution Problem: Autoload directory missing from distribution. Solution: Add the autoload/zig directory to the list of distributed files. --- Filelist | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Filelist b/Filelist index 67c215bb95..b8b9ba0a50 100644 --- 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 \ diff --git a/src/version.c b/src/version.c index ee5627df66..469116da33 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1029, /**/ 1028, /**/ -- cgit v1.2.3