commit | 7929651e05b081fe55e0e745725a7ad78c51be16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 16:17:14 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 16:17:14 2020 +0100 |
tree | 547fffcb659d850bf483beb98ea214259f337adc | |
parent | 9b9be007e7d674f49fc2b650f840d08532b180ad [diff] [blame] |
patch 8.2.0427: it is not possible to check for a typo in a feature name Problem: It is not possible to check for a typo in a feature name. Solution: Add an extra argument to has().
diff --git a/src/version.c b/src/version.c index 8ef76da..b954243 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 427, +/**/ 426, /**/ 425,