commit | c7b831ca154537505f5a22d01335a86b2e9cb023 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 18:08:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 18:08:12 2017 +0100 |
tree | e6cfed108ac6001743480ced4763d632dca45777 | |
parent | 36ae89c550a4f0a380606c3fb4a054957ad698f0 [diff] [blame] |
patch 8.0.0254: error message of assert functions is sometimes incomplete Problem: When using an assert function one can either specify a message or get a message about what failed, not both. Solution: Concatenate the error with the message.
diff --git a/src/version.c b/src/version.c index 19ba72e..e66e1b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 254, +/**/ 253, /**/ 252,