commit | 84dbf855fb2d883481f74ad0ccf3df3f8837e6bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 10:03:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 10:03:48 2022 +0000 |
tree | 54ad26d888f28a47726b2064ac3aa6f395046bd7 | |
parent | 1881abfc34a61e7fb90bbcf8a5b8550405d55613 [diff] |
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.
diff --git a/src/version.c b/src/version.c index ee5627d..469116d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,