commit | a0107bdf8762d81cb49909ef02ffff9954092fb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:48:01 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:48:01 2017 +0100 |
tree | 518222a99cdb6d6f43a6a43980921d05a471c1a6 | |
parent | 358f6b0a36d25e0e2f8f1fc625974816b71fa50a [diff] [blame] |
patch 8.0.0401: test fails with missing balloon feature Problem: Test fails with missing balloon feature. Solution: Add check for balloon feature.
diff --git a/src/version.c b/src/version.c index fd4cdb1..932132d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 401, +/**/ 400, /**/ 399,