commit | 44433da5345e5c459f5e5812e30fca12fe297cd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 18:08:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 18:08:52 2022 +0100 |
tree | 49f7d153d60e95b5bb7abddc063ba4c4f75c40e6 | |
parent | ec892234788d37bfed47d8bf82dd4cae8d335ad9 [diff] [blame] |
patch 8.2.4893: distributed import files are not installed Problem: Distributed import files are not installed. Solution: Add rules to Makefile and NSIS.
diff --git a/src/version.c b/src/version.c index 3957325..a99bede 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4893, +/**/ 4892, /**/ 4891,