commit | eeed665b0ecd917e88e3475c9615d52546aa124d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 17:43:42 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 17:43:42 2018 +0100 |
tree | d305ad026ff57604e5680cf702fe2a2ecf6d5fb0 | |
parent | 72846cfa76fb7e566c49282410163ed0840c91db [diff] |
patch 8.1.0599: without the +eval feature the indent tests don't work Problem: Without the +eval feature the indent tests don't work. Solution: Skip the body of the tests.
diff --git a/src/version.c b/src/version.c index 7e8b34e..0231cc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 599, +/**/ 598, /**/ 597,