commit | c5a8fdc42dbd304598b2d73db754c7b97665b182 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 20:13:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 20:13:39 2020 +0100 |
tree | aa5695fd3aca36ad2feca1a096cdc91c5991697b | |
parent | d5bc32df207eae408263ae6ab737771365d0bca1 [diff] [blame] |
patch 8.2.0429: no warning when test checks for option that never exists Problem: No warning when test checks for option that never exists. Solution: In tests check that the option can exist.
diff --git a/src/version.c b/src/version.c index e27b773..17918de 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 429, +/**/ 428, /**/ 427,