commit | 6de5e126018b6f92526795cc06b1d73fac965db1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 21:55:44 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 21:55:44 2017 +0200 |
tree | 3bb672d63d10452561479a98d16ba89a42d5360f | |
parent | a364cdb648ae009fa7aa05382f5659335683d349 [diff] [blame] |
patch 8.0.0572: building the command table requires Perl Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)
diff --git a/src/version.c b/src/version.c index 81b98c1..6870b01 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 572, +/**/ 571, /**/ 570,