diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:56:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:56:07 +0100 |
commit | a382868115e8f8e44c6a85bb9587f8eb31fa0033 (patch) | |
tree | 08f6b83c732de3728eca77daa89e386686fe5adf /src | |
parent | 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 (diff) | |
download | vim-git-a382868115e8f8e44c6a85bb9587f8eb31fa0033.tar.gz |
patch 8.0.0418: ASAN logs are disabledv8.0.0418
Problem: ASAN logs are disabled and don't cause a failure.
Solution: Enable ASAN logs and fail if not empty. (James McCoy,
closes #1425)
Diffstat (limited to 'src')
-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 220e00dfb..6558b01f3 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 */ /**/ + 418, +/**/ 417, /**/ 416, |