summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-08 10:03:48 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-08 10:03:48 +0000
commit84dbf855fb2d883481f74ad0ccf3df3f8837e6bf (patch)
tree54ad26d888f28a47726b2064ac3aa6f395046bd7
parent1881abfc34a61e7fb90bbcf8a5b8550405d55613 (diff)
downloadvim-git-84dbf855fb2d883481f74ad0ccf3df3f8837e6bf.tar.gz
patch 9.0.1029: autoload directory missing from distributionv9.0.1029
Problem: Autoload directory missing from distribution. Solution: Add the autoload/zig directory to the list of distributed files.
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 67c215bb9..b8b9ba0a5 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 ee5627df6..469116da3 100644
--- 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 */
/**/
+ 1029,
+/**/
1028,
/**/
1027,