summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-05 14:56:07 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-05 14:56:07 +0100
commita382868115e8f8e44c6a85bb9587f8eb31fa0033 (patch)
tree08f6b83c732de3728eca77daa89e386686fe5adf /src
parent0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 (diff)
downloadvim-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.c2
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,