commit | 705724e430abd10ffdd5f1a2bb5a8f9223ff5cdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 21:13:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 21:13:42 2020 +0100 |
tree | 51489385f1e182edb46c39108fda58e4b118eea3 | |
parent | a259d8d30bc289764925fc42db1dbe774f0bb3f8 [diff] [blame] |
patch 8.2.0186: a couple of tests may fail when features are missing Problem: A couple of tests may fail when features are missing. Solution: Check for features. (Dominique Pelle, closes #5561)
diff --git a/src/version.c b/src/version.c index e7a6f6f..839617a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 186, +/**/ 185, /**/ 184,