diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-28 18:08:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-28 18:08:12 +0100 |
commit | c7b831ca154537505f5a22d01335a86b2e9cb023 (patch) | |
tree | e6cfed108ac6001743480ced4763d632dca45777 /src/version.c | |
parent | 36ae89c550a4f0a380606c3fb4a054957ad698f0 (diff) | |
download | vim-git-8.0.0254.tar.gz |
patch 8.0.0254: error message of assert functions is sometimes incompletev8.0.0254
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 19ba72e15..e66e1b97c 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 254, +/**/ 253, /**/ 252, |