commit | c8b6d4b37853b24c92d9166eb48636918b6e676e | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jun 24 13:30:04 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 13:30:04 2023 +0100 |
tree | f578f1d59487fd7b3deb3775bd3af3d46782c39d | |
parent | 79186bee785081322c198f0074cb1f2d07764eb6 [diff] [blame] |
patch 9.0.1658: autoload files for "zig" are not installed Problem: Autoload files for "zig" are not installed. Solution: Add install and uninstall rules in the makefile. (Christian Brabandt, closes #12577, closes #12567)
diff --git a/src/version.c b/src/version.c index f847175..a9c61ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1658, +/**/ 1657, /**/ 1656,