commit | 4f32f9c90e5710627467d74b415b3dc46fcc593a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 14:53:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 14:53:35 2020 +0100 |
tree | f5f8ece71c943765657fbea2739eb724cec40816 | |
parent | 353c351bd22e4dac4c3ae9cd7731032348f248c4 [diff] [blame] |
patch 8.2.0383: wrong feature check causes test not to be run Problem: Wrong feature check causes test not to be run. Solution: Use CheckFunction instead of CheckFeature. (Ozaki Kiichi, closes #5781)
diff --git a/src/version.c b/src/version.c index b6b408d..b7ae444 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 383, +/**/ 382, /**/ 381,