commit | 1e82a784ace6d2c4dce594dd6156bcb0028bba9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 21 22:57:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 21 22:57:06 2019 +0200 |
tree | 5e1c59fcabd091d3d5b541f255857cd795851dae | |
parent | b20b9e14ddd8db111e886ad0494e15b955159426 [diff] [blame] |
patch 8.1.2063: some tests fail when +balloon_eval_term is missing Problem: Some tests fail when +balloon_eval_term is missing but _balloon_eval is present. (Dominique Pelle) Solution: Check the right feature in the test. (closes #4962)
diff --git a/src/version.c b/src/version.c index aade922..84add98 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2063, +/**/ 2062, /**/ 2061,