commit | 865767126e97d9ac65e052a657b29bbc32dcb512 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 20:48:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 25 20:48:33 2019 +0100 |
tree | 6f6a74f88ed36f13c18f42c8308f8ddb40525bd7 | |
parent | 240583869ae477202494dd01ef1e8e2bac650f10 [diff] [blame] |
patch 8.1.0819: a failed assert with a long string is hard to read Problem: A failed assert with a long string is hard to read. Solution: Shorten the assert message.
diff --git a/src/version.c b/src/version.c index 4beae27..3a75c99 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 819, +/**/ 818, /**/ 817,