commit | bea9023d4260349c130faf447aa8d4cbadeffab2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 22:09:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 22:09:52 2020 +0100 |
tree | 92303d7e4c5e7272b1fe53413e9cb75cfaeea256 | |
parent | 26bde6e2eb307898ab7ed42bf8e7e2ccde979e02 [diff] [blame] |
patch 8.2.0458: missing feature check in test function Problem: Missing feature check in test function. Solution: Add check commands.
diff --git a/src/version.c b/src/version.c index 4ae2b51..46b58c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 458, +/**/ 457, /**/ 456,