commit | 72846cfa76fb7e566c49282410163ed0840c91db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 17:23:18 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 17:23:18 2018 +0100 |
tree | 9c8bbe697fadab328d38b5f8c07a11ce529465bd | |
parent | acecb3b9359dced16b471b9950594394183c503a [diff] [blame] |
patch 8.1.0598: indent tests may use the wrong Vim binary Problem: Indent tests may use the wrong Vim binary. Solution: Pass in the just built Vim binary.
diff --git a/src/version.c b/src/version.c index a85295a..7e8b34e 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 598, +/**/ 597, /**/ 596,