commit | 644df41c44cbdfacdedbba55ef77a6c6031eccd8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 13:58:02 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 13:58:02 2017 +0100 |
tree | ece3d85f035ea2cd4a8a345f98d85c86b114fb9e | |
parent | ee1dd1cdc1f9a07e53b792e8762f515213b10c8a [diff] [blame] |
patch 8.0.0437: packadd test does not fully work Problem: The packadd test does not create the symlink correctly and does not test the right thing. Solution: Create the directory and symlink correctly.
diff --git a/src/version.c b/src/version.c index 870b66b..413c2c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 437, +/**/ 436, /**/ 435,