commit | 4c7bb12c82914307e6bbb73d95cfb3ba7189813a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 20:32:23 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 20:32:23 2015 +0100 |
tree | 67bdbf9e61c91c90269d83fbd559c894429066d4 | |
parent | 256972a9849b5d575b62a6a71be5b6934b5b0e8b [diff] [blame] |
patch 7.4.997 Problem: "make shadow" was sometimes broken. Solution: Add a test for it. (James McCoy, closes #520)
diff --git a/src/version.c b/src/version.c index 1df2b6aa..baab661 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 997, +/**/ 996, /**/ 995,