commit | 8309b0559da6e9a581a7816572594c90c2d7f942 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 16:46:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 16:46:22 2019 +0100 |
tree | 608687dcfc15642b077c406589dec052147023ff | |
parent | 81b1ba4be57b4bfd7e53a6709b4f98758612ef5f [diff] [blame] |
patch 8.1.0740: Tcl test fails Problem: Tcl test fails. Solution: When the argument is empty don't give an error, instead rely on the error reporting higher up.
diff --git a/src/version.c b/src/version.c index 8afe3e1..d868137 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 740, +/**/ 739, /**/ 738,